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

Method delete

src/daemon/session-store.ts:28–31  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

26 }
27
28 delete(name: string): boolean {
29 this.runtimeHints.delete(name);
30 return this.sessions.delete(name);
31 }
32
33 values(): IterableIterator<SessionState> {
34 return this.sessions.values();

Callers 15

stopAndroidProviderAppFunction · 0.80
createMemorySessionStoreFunction · 0.80
sanitizeDaemonBaseUrlFunction · 0.80
handleWorkerMessageFunction · 0.80
runWorkerJobFunction · 0.80
withKeyedLockFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected