Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ has
Method
has
src/bridge/bridgeMessaging.ts:556–558 ·
view source on GitHub ↗
(uuid: string)
Source
from the content-addressed store, hash-verified
554
}
555
556
has(uuid: string): boolean {
557
return
this.set.has(uuid)
558
}
559
560
clear(): void {
561
this.set.clear()
Callers
13
writeMessages
Function · 0.45
writeSdkMessages
Function · 0.45
shouldReportRunningForMessage
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
onSessionDone
Function · 0.45
isConnectionError
Function · 0.45
removeSessionCronTasks
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected