Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ set
Method
set
src/utils/fileStateCache.ts:56–59 ·
view source on GitHub ↗
(key: string, value: FileState)
Source
from the content-addressed store, hash-verified
54
}
55
56
set(key: string, value: FileState): this {
57
this.cache.set(normalize(key), value)
58
return
this
59
}
60
61
has(key: string): boolean {
62
return
this.cache.has(normalize(key))
Callers
15
savePendingPermission
Function · 0.80
processMessage
Function · 0.80
handleGet
Function · 0.80
memoized
Function · 0.80
connect
Method · 0.80
on
Method · 0.80
refreshTools
Method · 0.80
anthropicMessagesToGemini
Function · 0.80
adaptOpenAIStreamToAnthropic
Function · 0.80
resolveKeyWithChordState
Function · 0.80
registerHandler
Function · 0.80
subscribe
Function · 0.80
Calls
1
normalize
Function · 0.50
Tested by
7
mockPorts
Function · 0.64
readPartialStream
Function · 0.64
headers
Function · 0.64
buildTfVector
Function · 0.64
on
Function · 0.64
onResponse
Function · 0.64
fakePorts
Function · 0.64