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

Method load

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

Source from the content-addressed store, hash-verified

90 }
91
92 load(entries: ReturnType<LRUCache<string, FileState>['dump']>): void {
93 this.cache.load(entries)
94 }
95}
96
97/**

Callers 6

cloneFileStateCacheFunction · 0.80
handlePromptSubmitFunction · 0.80
PluginOptionsFlowFunction · 0.80
executeImmediateCommandFunction · 0.80
REPLFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected