MCPcopy Create free account
hub / github.com/buct2012dbl/Dorchestrator / delete

Method delete

coding-agent/src/context/cache.ts:60–62  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

58 }
59
60 delete(key: string): void {
61 this.cache.delete(key);
62 }
63
64 clear(): void {
65 this.cache.clear();

Callers 15

AppFunction · 0.45
killTrackedPtyFunction · 0.45
spawnTrackedPtyFunction · 0.45
finishFunction · 0.45
index.jsFile · 0.45
spawnClaudeMethod · 0.45
killAgentMethod · 0.45
killTrackedPtyByIdFunction · 0.45
enqueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected