MCPcopy Index your code
hub / github.com/liuup/claude-code-analysis / delete

Method delete

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

Source from the content-addressed store, hash-verified

52 }
53
54 delete(key: string): boolean {
55 return this.cache.delete(normalize(key))
56 }
57
58 clear(): void {
59 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