Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
useTerminalSession
Function · 0.45
TerminalPanel.jsx
File · 0.45
index.js
File · 0.45
killAll
Method · 0.45
stop
Method · 0.45
renderLaunchScreen
Function · 0.45
createConfiguredOrchestrator
Function · 0.45
renderHeader
Function · 0.45
custom-provider.test.ts
File · 0.45
cli-factories.test.ts
File · 0.45
agent-registry.test.ts
File · 0.45
tool-registry.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected