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

Method dump

source code/utils/fileStateCache.ts:88–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 dump(): ReturnType<LRUCache<string, FileState>['dump']> {
89 return this.cache.dump()
90 }
91
92 load(entries: ReturnType<LRUCache<string, FileState>['dump']>): void {
93 this.cache.load(entries)

Callers 1

cloneFileStateCacheFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected