Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setAgentColor
Function · 0.80
consumeSpeculativeClassifierCheck
Function · 0.80
KeybindingProvider
Function · 0.80
KeybindingSetup
Function · 0.80
cachedLexer
Function · 0.80
LogSelector
Function · 0.80
TaskListV2
Function · 0.80
MessagesImpl
Function · 0.80
RecentDenialsTab
Function · 0.80
resolveFieldAsync
Function · 0.80
TreeSelect
Function · 0.80
cachedHighlight
Function · 0.80
Calls
1
normalize
Function · 0.50
Tested by
no test coverage detected