Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ entries
Method
entries
src/utils/fileStateCache.ts:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
entries(): Generator<[string, FileState]> {
94
return
this.cache.entries()
95
}
96
97
dump(): ReturnType<LRUCache<string, FileState>[
'dump'
]> {
98
return
this.cache.dump()
Callers
15
addPendingPairing
Function · 0.80
pruneExpiredPendingPermissions
Function · 0.80
createWeixinMcpServer
Function · 0.80
recursivelySanitizeUnicode
Function · 0.80
sanitizeGeminiJsonSchemaProperties
Function · 0.80
sanitizeJsonSchema
Function · 0.80
parseBindings
Function · 0.80
useKeybindings
Function · 0.80
createInstance
Function · 0.80
commitUpdate
Function · 0.80
link
Function · 0.80
mergePermissionResponse
Function · 0.80
Calls
no outgoing calls
Tested by
4
main
Function · 0.64
main
Function · 0.64
headers
Function · 0.64
runQueryModel
Function · 0.64