Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
createProviderScenarioHarness
Function · 0.95
writeSessionResponse
Method · 0.80
appendInteractiveWindowRoots
Method · 0.80
status
Method · 0.80
runAndroidCaptureInteractionAndReplayWorkflow
Function · 0.80
response
Function · 0.80
FakeProviderDeviceRuntime
Class · 0.80
get
Function · 0.80
daemon-http-server.test.ts
File · 0.80
getCloudWebDriverHttpServer
Function · 0.80
createMemorySessionStore
Function · 0.80
retryDelayFromResponse
Function · 0.80
Calls
no outgoing calls
Tested by
7
status
Method · 0.64
runAndroidCaptureInteractionAndReplayWorkflow
Function · 0.64
get
Function · 0.64
startMockRecording
Function · 0.64
stopMockRecording
Function · 0.64
readAndroidNativePerfState
Function · 0.64
attempt
Function · 0.64