MCPcopy 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.tsFile · 0.80
memoize.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected