MCPcopy
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.jsFile · 0.80
ciFunction · 0.80
deleteFilePayloadFunction · 0.80
deleteSymbolGraphDataFunction · 0.80
scheduleUpdateFunction · 0.80
startWatchingFunction · 0.80
stopWatchingFunction · 0.80
invalidateGraphCacheFunction · 0.80
rebuildGraphFunction · 0.80
doRebuildGraphFunction · 0.80
removeGraphFunction · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by 1

releaseFunction · 0.64