Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ maxSize
Method
maxSize
src/utils/fileStateCache.ts:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
get maxSize(): number {
71
return
this.cache.maxSize
72
}
73
74
get calculatedSize(): number {
75
return
this.cache.calculatedSize
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected