MCPcopy
hub / github.com/NanmiCoder/cc-haha / 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

mergeLoopbackNoProxyFunction · 0.45
prepareNodePtyRuntimeFunction · 0.45
normalizeExternalUrlFunction · 0.45
isBlockedExecutablePathFunction · 0.45
isElectronIpcChannelFunction · 0.45
resolveSidecarInvocationFunction · 0.45
TabBarFunction · 0.45
SidebarFunction · 0.45
applyProjectOrderFunction · 0.45
normalizeProjectKeyListFunction · 0.45

Calls 1

normalizeFunction · 0.50

Tested by

no test coverage detected