MCPcopy
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

getInteractorMethod · 0.80
listCliCommandNamesFunction · 0.80
createMemorySessionStoreFunction · 0.80
isStringRecordFunction · 0.80
rejectPendingJobsFunction · 0.80
providers.tsFile · 0.80
ownsDeviceMethod · 0.80

Calls

no outgoing calls

Tested by 2

getInteractorMethod · 0.64
catalogCommandsForRouteFunction · 0.64