MCPcopy 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
391export function resolveSessionName(session: string | undefined): string {
392 return session ?? DEFAULT_SESSION_NAME;
393}

Callers 2

executeFunction · 0.90
resolveRequestSessionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected