MCPcopy
hub / github.com/claude-code-best/claude-code / load

Method load

src/utils/fileStateCache.ts:101–103  ·  view source on GitHub ↗
(entries: ReturnType<LRUCache<string, FileState>['dump']>)

Source from the content-addressed store, hash-verified

99 }
100
101 load(entries: ReturnType<LRUCache<string, FileState>['dump']>): void {
102 this.cache.load(entries)
103 }
104}
105
106/**

Callers 15

cloneFileStateCacheFunction · 0.80
handlePromptSubmitFunction · 0.80
index.test.tsFile · 0.80
PluginOptionsFlowFunction · 0.80
recap.test.tsFile · 0.80
callSummaryFunction · 0.80
index.test.tsFile · 0.80
getCallFnFunction · 0.80

Calls

no outgoing calls

Tested by 6

callSummaryFunction · 0.64
getCallFnFunction · 0.64
getCallFnFunction · 0.64
getCallFnFunction · 0.64
runWithLogLinesFunction · 0.64
callAutonomyFunction · 0.64