MCPcopy Index your code
hub / github.com/liuup/claude-code-analysis / load

Method load

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

Source from the content-addressed store, hash-verified

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

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