MCPcopy 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

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