Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tanbiralam/claude-code
/ get
Method
get
src/utils/fileStateCache.ts:41–43 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
39
}
40
41
get(key: string): FileState | undefined {
42
return
this.cache.get(normalize(key))
43
}
44
45
set(key: string, value: FileState): this {
46
this.cache.set(normalize(key), value)
Callers
15
getMcpInstructionsDelta
Function · 0.45
getClassifierApproval
Function · 0.45
getYoloClassifierApproval
Function · 0.45
isJetBrainsPluginInstalledMemoized
Function · 0.45
isJetBrainsPluginInstalledCachedSync
Function · 0.45
mergeFileStateCaches
Function · 0.45
partitionByPriorDecision
Function · 0.45
replaceToolResultContents
Function · 0.45
shouldSkip
Function · 0.45
getChangedFiles
Function · 0.45
collectRecentSuccessfulTools
Function · 0.45
getSkillListingAttachments
Function · 0.45
Calls
1
normalize
Function · 0.50
Tested by
no test coverage detected