Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ set
Method
set
src/utils/fileStateCache.ts:45–48 ·
view source on GitHub ↗
(key: string, value: FileState)
Source
from the content-addressed store, hash-verified
43
}
44
45
set(key: string, value: FileState): this {
46
this.cache.set(normalize(key), value)
47
return
this
48
}
49
50
has(key: string): boolean {
51
return
this.cache.has(normalize(key))
Callers
15
getMcpInstructionsDelta
Function · 0.45
setClassifierApproval
Function · 0.45
setYoloClassifierApproval
Function · 0.45
isJetBrainsPluginInstalledMemoized
Function · 0.45
mergeFileStateCaches
Function · 0.45
fetchGitDiff
Function · 0.45
parseGitNumstat
Function · 0.45
parseGitDiff
Function · 0.45
fetchUntrackedFiles
Function · 0.45
buildToolNameMap
Function · 0.45
enforceToolResultBudget
Function · 0.45
reconstructContentReplacementState
Function · 0.45
Calls
1
normalize
Function · 0.50
Tested by
no test coverage detected