MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked /

Class

source code/utils/fileReadCache.ts:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected