You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: evolve Option<&String> to Option<&str> in BTSP session key decode
decode_session_key now takes Option<&str> (idiomatic) instead of
Option<&String>. Callers updated from .as_ref() to .as_deref().
Last &String anti-pattern eliminated.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments