Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ size
Method
size
src/utils/fileStateCache.ts:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
get size(): number {
63
return
this.cache.size
64
}
65
66
get max(): number {
67
return
this.cache.max
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected