Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnukarOP/claude-code-leaked
/ keys
Method
keys
source code/utils/fileStateCache.ts:80–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
}
79
80
keys(): Generator<string> {
81
return
this.cache.keys()
82
}
83
84
entries(): Generator<[string, FileState]> {
85
return
this.cache.entries()
Callers
15
submitMessage
Method · 0.80
queryLoop
Function · 0.80
formatModelUsage
Function · 0.80
run
Function · 0.80
connectMcpBatch
Function · 0.80
skillHasOnlySafeProperties
Function · 0.80
getAllKeys
Function · 0.80
renderToolUseMessage
Function · 0.80
resumeAgentBackground
Function · 0.80
runAgent
Function · 0.80
call
Function · 0.80
getSystemPrompt
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected