Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/callstack/agent-device
/ resolveSessionName
Function
resolveSessionName
src/client/client-normalizers.ts:391–393 ·
view source on GitHub ↗
(session: string | undefined)
Source
from the content-addressed store, hash-verified
389
}
390
391
export
function
resolveSessionName(session: string | undefined): string {
392
return
session ?? DEFAULT_SESSION_NAME;
393
}
Callers
2
execute
Function · 0.90
resolveRequestSession
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected