MCPcopy
hub / github.com/callstack/agent-device / get

Method get

src/daemon/session-store.ts:20–22  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

18 }
19
20 get(name: string): SessionState | undefined {
21 return this.sessions.get(name);
22 }
23
24 set(name: string, session: SessionState): void {
25 this.sessions.set(name, session);

Callers 15

writeSessionResponseMethod · 0.80
statusMethod · 0.80
responseFunction · 0.80
getFunction · 0.80
createMemorySessionStoreFunction · 0.80
retryDelayFromResponseFunction · 0.80

Calls

no outgoing calls

Tested by 7

statusMethod · 0.64
getFunction · 0.64
startMockRecordingFunction · 0.64
stopMockRecordingFunction · 0.64
attemptFunction · 0.64