Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/claude-code-best/claude-code
/ size
Method
size
src/utils/fileStateCache.ts:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
get size(): number {
74
return
this.cache.size
75
}
76
77
get max(): number {
78
return
this.cache.max
Callers
3
cache.test.ts
File · 0.80
memoize.test.ts
File · 0.80
replBridgePermissionHandlers.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected