MCPcopy Create free account
hub / github.com/freecodexyz/free-code / clear

Method clear

src/utils/fileStateCache.ts:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 clear(): void {
59 this.cache.clear()
60 }
61
62 get size(): number {
63 return this.cache.size

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected