Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
makeAndroidSessionStore
Function · 0.95
detachUiAutomationBeforeFinish
Method · 0.80
accept
Method · 0.80
update
Method · 0.80
runProviderScenario
Function · 0.80
FakeProviderDeviceRuntime
Class · 0.80
constructor
Function · 0.80
createMemorySessionStore
Function · 0.80
redactUrlSearchParams
Function · 0.80
handleBridgeWebSocketOpen
Function · 0.80
rememberMaestroVisibleContext
Function · 0.80
rememberMaestroRecoverableInteraction
Function · 0.80
Calls
no outgoing calls
Tested by
15
makeAndroidSessionStore
Function · 0.76
accept
Method · 0.64
update
Method · 0.64
runFindClickScenario
Function · 0.64
emulateCaptureSnapshotForSession
Function · 0.64
runAudioCommand
Function · 0.64
startMockRecording
Function · 0.64
stopMockRecording
Function · 0.64
runDoctorWithSessionDevice
Function · 0.64
makeIosDeviceLogSession
Function · 0.64
makeAndroidTimeoutEvidenceSession
Function · 0.64
runWaitCommand
Function · 0.64