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

Method clear

src/utils/fileReadCache.ts:73–75  ·  view source on GitHub ↗

* Clears the entire cache. Useful for testing or memory management.

()

Source from the content-addressed store, hash-verified

71 * Clears the entire cache. Useful for testing or memory management.
72 */
73 clear(): void {
74 this.cache.clear()
75 }
76
77 /**
78 * Removes a specific file from the cache.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected