MCPcopy
hub / github.com/liuup/claude-code-analysis / 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

makeLogEntryReaderFunction · 0.45
getTimestampedHistoryFunction · 0.45
getCommandsFunction · 0.45
isBridgeSafeCommandFunction · 0.45
getToolsFunction · 0.45
submitMessageMethod · 0.45
runFunction · 0.45
isSymlinkCreatingCommandFunction · 0.45
isClmAllowedTypeFunction · 0.45

Calls 1

normalizeFunction · 0.50

Tested by

no test coverage detected