Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ entries
Method
entries
src/utils/fileStateCache.ts:82–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
entries(): Generator<[string, FileState]> {
83
return
this.cache.entries()
84
}
85
86
dump(): ReturnType<LRUCache<string, FileState>[
'dump'
]> {
87
return
this.cache.dump()
Callers
15
logEntryToHistoryEntry
Function · 0.80
addToPromptHistory
Function · 0.80
getStoredSessionCosts
Function · 0.80
saveCurrentSessionCosts
Function · 0.80
formatModelUsage
Function · 0.80
run
Function · 0.80
connectMcpBatch
Function · 0.80
filterRulesByContentsMatchingInput
Function · 0.80
checkPermissions
Function · 0.80
generatePrompt
Function · 0.80
desanitizeMatchString
Function · 0.80
AskUserQuestionResultMessage
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected