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