MCPcopy 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

getMcpInstructionsDeltaFunction · 0.45
getClassifierApprovalFunction · 0.45
mergeFileStateCachesFunction · 0.45
partitionByPriorDecisionFunction · 0.45
shouldSkipFunction · 0.45
getChangedFilesFunction · 0.45

Calls 1

normalizeFunction · 0.50

Tested by

no test coverage detected