Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
cloneFileStateCache
Function · 0.80
handlePromptSubmit
Function · 0.80
getMessagesForSlashCommand
Function · 0.80
index.test.ts
File · 0.80
PluginOptionsFlow
Function · 0.80
recap.test.ts
File · 0.80
onboarding.test.tsx
File · 0.80
break-cache.test.ts
File · 0.80
callSummary
Function · 0.80
launchAutofixPr.test.ts
File · 0.80
index.test.ts
File · 0.80
getCallFn
Function · 0.80
Calls
no outgoing calls
Tested by
6
callSummary
Function · 0.64
getCallFn
Function · 0.64
getCallFn
Function · 0.64
getCallFn
Function · 0.64
runWithLogLines
Function · 0.64
callAutonomy
Function · 0.64