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

Method clear

coding-agent/src/context/cache.ts:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 clear(): void {
65 this.cache.clear();
66 }
67
68 private evict(): void {
69 // LRU eviction: remove least recently used (lowest hits)

Callers 14

useTerminalSessionFunction · 0.45
TerminalPanel.jsxFile · 0.45
index.jsFile · 0.45
killAllMethod · 0.45
stopMethod · 0.45
renderLaunchScreenFunction · 0.45
renderHeaderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected