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

Method set

src/daemon/session-store.ts:24–26  ·  view source on GitHub ↗
(name: string, session: SessionState)

Source from the content-addressed store, hash-verified

22 }
23
24 set(name: string, session: SessionState): void {
25 this.sessions.set(name, session);
26 }
27
28 delete(name: string): boolean {
29 this.runtimeHints.delete(name);

Callers 15

makeAndroidSessionStoreFunction · 0.95
acceptMethod · 0.80
updateMethod · 0.80
runProviderScenarioFunction · 0.80
constructorFunction · 0.80
createMemorySessionStoreFunction · 0.80
redactUrlSearchParamsFunction · 0.80

Calls

no outgoing calls

Tested by 15

makeAndroidSessionStoreFunction · 0.76
acceptMethod · 0.64
updateMethod · 0.64
runFindClickScenarioFunction · 0.64
runAudioCommandFunction · 0.64
startMockRecordingFunction · 0.64
stopMockRecordingFunction · 0.64
makeIosDeviceLogSessionFunction · 0.64
runWaitCommandFunction · 0.64