Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callstack/agent-device
/ values
Method
values
src/daemon/session-store.ts:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
values(): IterableIterator<SessionState> {
34
return
this.sessions.values();
35
}
36
37
toArray(): SessionState[] {
38
return
Array.from(this.sessions.values());
Callers
15
apple-platform-output-guard.test.ts
File · 0.80
getInteractor
Method · 0.80
readRequiredSnapshotTimingStats
Function · 0.80
listCliCommandNames
Function · 0.80
isClientBackedCliCommandName
Function · 0.80
createMemorySessionStore
Function · 0.80
isStringRecord
Function · 0.80
detectPossibleRepeatedNavSubtree
Function · 0.80
rejectPendingJobs
Function · 0.80
selectAwsDeviceFarmWebDriverEndpoint
Function · 0.80
providers.ts
File · 0.80
ownsDevice
Method · 0.80
Calls
no outgoing calls
Tested by
2
getInteractor
Method · 0.64
catalogCommandsForRoute
Function · 0.64