Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
App
Function · 0.45
killTrackedPty
Function · 0.45
spawnTrackedPty
Function · 0.45
clearScheduledKanbanTimer
Function · 0.45
scheduleKanbanTaskExecution
Function · 0.45
unregisterRuntimeTaskGraph
Function · 0.45
finish
Function · 0.45
index.js
File · 0.45
spawnClaude
Method · 0.45
killAgent
Method · 0.45
killTrackedPtyById
Function · 0.45
enqueue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected