Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/giancarloerra/SocratiCode
/ delete
Method
delete
src/services/symbol-graph-cache.ts:55–57 ·
view source on GitHub ↗
(key: K)
Source
from the content-addressed store, hash-verified
53
}
54
55
delete(key: K): boolean {
56
return
this.map.delete(key);
57
}
58
59
has(key: K): boolean {
60
return
this.map.has(key);
Callers
15
cytoscape.min.js
File · 0.80
ci
Function · 0.80
deleteFilePayload
Function · 0.80
deleteSymbolGraphData
Function · 0.80
scheduleUpdate
Function · 0.80
startWatching
Function · 0.80
stopWatching
Function · 0.80
invalidateGraphCache
Function · 0.80
rebuildGraph
Function · 0.80
doRebuildGraph
Function · 0.80
removeGraph
Function · 0.80
get
Method · 0.80
Calls
no outgoing calls
Tested by
1
release
Function · 0.64