Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnukarOP/claude-code-leaked
/ get
Method
get
source code/utils/fileStateCache.ts:43–45 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
41
}
42
43
get(key: string): FileState | undefined {
44
return
this.cache.get(normalize(key))
45
}
46
47
set(key: string, value: FileState): this {
48
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