MCPcopy
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

submitMessageMethod · 0.80
queryLoopFunction · 0.80
formatModelUsageFunction · 0.80
runFunction · 0.80
connectMcpBatchFunction · 0.80
getAllKeysFunction · 0.80
renderToolUseMessageFunction · 0.80
resumeAgentBackgroundFunction · 0.80
runAgentFunction · 0.80
callFunction · 0.80
getSystemPromptFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected