Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ keys
Method
keys
src/utils/fileStateCache.ts:78–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
keys(): Generator<string> {
79
return
this.cache.keys()
80
}
81
82
entries(): Generator<[string, FileState]> {
83
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