Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
mergeLoopbackNoProxy
Function · 0.45
prepareNodePtyRuntime
Function · 0.45
notifications.test.ts
File · 0.45
normalizeExternalUrl
Function · 0.45
isBlockedExecutablePath
Function · 0.45
normalizeSystemSettingsUrl
Function · 0.45
isElectronIpcChannel
Function · 0.45
resolveSidecarInvocation
Function · 0.45
TabBar
Function · 0.45
Sidebar
Function · 0.45
applyProjectOrder
Function · 0.45
normalizeProjectKeyList
Function · 0.45
Calls
1
normalize
Function · 0.50
Tested by
no test coverage detected