Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ has
Method
has
src/bridge/bridgeMessaging.ts:452–454 ·
view source on GitHub ↗
(uuid: string)
Source
from the content-addressed store, hash-verified
450
}
451
452
has(uuid: string): boolean {
453
return
this.set.has(uuid)
454
}
455
456
clear(): void {
457
this.set.clear()
Callers
11
writeMessages
Function · 0.45
writeSdkMessages
Function · 0.45
handleIngressMessage
Function · 0.45
add
Method · 0.45
wireTransport
Function · 0.45
writeMessages
Function · 0.45
writeSdkMessages
Function · 0.45
runBridgeLoop
Function · 0.45
isConnectionError
Function · 0.45
removeSessionCronTasks
Function · 0.45
clearInvokedSkills
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected