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

Class

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

Source from the content-addressed store, hash-verified

12 * This eliminates redundant file reads in FileEditTool operations.
13 */
14class FileReadCache {
15 private cache = new Map<string, CachedFileData>()
16 private readonly maxCacheSize = 1000
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected