Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnukarOP/claude-code-leaked
/ set
Method
set
source code/utils/fileStateCache.ts:47–50 ·
view source on GitHub ↗
(key: string, value: FileState)
Source
from the content-addressed store, hash-verified
45
}
46
47
set(key: string, value: FileState): this {
48
this.cache.set(normalize(key), value)
49
return
this
50
}
51
52
has(key: string): boolean {
53
return
this.cache.has(normalize(key))
Callers
15
createSyntheticOutputTool
Function · 0.80
call
Function · 0.80
compileTermPatterns
Function · 0.80
callInner
Function · 0.80
call
Function · 0.80
call
Function · 0.80
resolveAgentTools
Function · 0.80
setAgentColor
Function · 0.80
getActiveAgentsFromList
Function · 0.80
resolveAgentOverrides
Function · 0.80
processProgressMessages
Function · 0.80
extractLastToolInfo
Function · 0.80
Calls
1
normalize
Function · 0.50
Tested by
no test coverage detected