MCPcopy
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

writeMessagesFunction · 0.45
writeSdkMessagesFunction · 0.45
handleIngressMessageFunction · 0.45
addMethod · 0.45
wireTransportFunction · 0.45
writeMessagesFunction · 0.45
writeSdkMessagesFunction · 0.45
runBridgeLoopFunction · 0.45
onSessionDoneFunction · 0.45
isConnectionErrorFunction · 0.45
removeSessionCronTasksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected