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

Class

src/utils/fileStateCache.ts:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 * or mixed path separators on Windows (/ vs \).
29 */
30export class FileStateCache {
31 private cache: LRUCache<string, FileState>
32
33 constructor(maxEntries: number, maxSizeBytes: number) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected