MCPcopy Index your code
hub / github.com/callstack/agent-device / resolveRequestSession

Function resolveRequestSession

src/client/client.ts:107–108  ·  view source on GitHub ↗
(options: InternalRequestOptions = {})

Source from the content-addressed store, hash-verified

105 };
106
107 const resolveRequestSession = (options: InternalRequestOptions = {}) =>
108 resolveSessionName(mergeClientOptions(config, options).session);
109
110 return {
111 command: {

Callers 1

createAgentDeviceClientFunction · 0.85

Calls 2

resolveSessionNameFunction · 0.90
mergeClientOptionsFunction · 0.85

Tested by

no test coverage detected