MCPcopy Index your code
hub / github.com/liuup/claude-code-analysis / set

Method set

src/utils/fileStateCache.ts:45–48  ·  view source on GitHub ↗
(key: string, value: FileState)

Source from the content-addressed store, hash-verified

43 }
44
45 set(key: string, value: FileState): this {
46 this.cache.set(normalize(key), value)
47 return this
48 }
49
50 has(key: string): boolean {
51 return this.cache.has(normalize(key))

Callers 15

callFunction · 0.80
compileTermPatternsFunction · 0.80
callInnerFunction · 0.80
callFunction · 0.80
callFunction · 0.80
resolveAgentToolsFunction · 0.80
setAgentColorFunction · 0.80
getActiveAgentsFromListFunction · 0.80
resolveAgentOverridesFunction · 0.80
processProgressMessagesFunction · 0.80
extractLastToolInfoFunction · 0.80

Calls 1

normalizeFunction · 0.50

Tested by

no test coverage detected