MCPcopy 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

logEntryToHistoryEntryFunction · 0.80
addToPromptHistoryFunction · 0.80
getStoredSessionCostsFunction · 0.80
saveCurrentSessionCostsFunction · 0.80
formatModelUsageFunction · 0.80
runFunction · 0.80
connectMcpBatchFunction · 0.80
checkPermissionsFunction · 0.80
generatePromptFunction · 0.80
desanitizeMatchStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected