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

Method has

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

Source from the content-addressed store, hash-verified

59 }
60
61 has(key: string): boolean {
62 return this.cache.has(normalize(key))
63 }
64
65 delete(key: string): boolean {
66 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
queryLoopFunction · 0.45
runFunction · 0.45
getShortcutDisplayFunction · 0.45
validateBindingsFunction · 0.45
filterReservedShortcutsFunction · 0.45

Calls 1

normalizeFunction · 0.50

Tested by

no test coverage detected