MCPcopy Index your code
hub / github.com/codeaashu/claude-code / dump

Method dump

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

Source from the content-addressed store, hash-verified

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

Callers 1

cloneFileStateCacheFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected