Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnukarOP/claude-code-leaked
/ entries
Method
entries
source code/utils/fileStateCache.ts:84–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
entries(): Generator<[string, FileState]> {
85
return
this.cache.entries()
86
}
87
88
dump(): ReturnType<LRUCache<string, FileState>[
'dump'
]> {
89
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