MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / delete

Method delete

source code/utils/fileStateCache.ts:56–58  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

54 }
55
56 delete(key: string): boolean {
57 return this.cache.delete(normalize(key))
58 }
59
60 clear(): void {
61 this.cache.clear()

Callers 15

setAgentColorFunction · 0.80
KeybindingProviderFunction · 0.80
KeybindingSetupFunction · 0.80
cachedLexerFunction · 0.80
LogSelectorFunction · 0.80
TaskListV2Function · 0.80
MessagesImplFunction · 0.80
RecentDenialsTabFunction · 0.80
resolveFieldAsyncFunction · 0.80
TreeSelectFunction · 0.80
cachedHighlightFunction · 0.80

Calls 1

normalizeFunction · 0.50

Tested by

no test coverage detected