MCPcopy
hub / github.com/codeaashu/claude-code / has

Method has

src/utils/fileStateCache.ts:50–52  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

48 }
49
50 has(key: string): boolean {
51 return this.cache.has(normalize(key))
52 }
53
54 delete(key: string): boolean {
55 return this.cache.delete(normalize(key))

Callers 15

getMcpInstructionsDeltaFunction · 0.45
isProviderManagedEnvVarFunction · 0.45
detectVcsFunction · 0.45
isClassifierCheckingFunction · 0.45
fileHistoryTrackEditFunction · 0.45
growBranchFunction · 0.45
partitionByPriorDecisionFunction · 0.45
shouldSkipFunction · 0.45
enforceToolResultBudgetFunction · 0.45

Calls 1

normalizeFunction · 0.50

Tested by

no test coverage detected