Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ has
Method
has
src/utils/fileStateCache.ts:50–52 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
48
}
49
50
has(key: string): boolean {
51
return
this.cache.has(normalize(key))
52
}
53
54
delete(key: string): boolean {
55
return
this.cache.delete(normalize(key))
Callers
15
getMcpInstructionsDelta
Function · 0.45
isProviderManagedEnvVar
Function · 0.45
detectVcs
Function · 0.45
isClassifierChecking
Function · 0.45
fileHistoryTrackEdit
Function · 0.45
growBranch
Function · 0.45
collectCandidatesByMessage
Function · 0.45
partitionByPriorDecision
Function · 0.45
replaceToolResultContents
Function · 0.45
shouldSkip
Function · 0.45
enforceToolResultBudget
Function · 0.45
reconstructContentReplacementState
Function · 0.45
Calls
1
normalize
Function · 0.50
Tested by
no test coverage detected