MCPcopy Create free account
hub / github.com/WJX20/claude-code / has

Method has

src/bridge/bridgeMessaging.ts:453–455  ·  view source on GitHub ↗
(uuid: string)

Source from the content-addressed store, hash-verified

451 }
452
453 has(uuid: string): boolean {
454 return this.set.has(uuid)
455 }
456
457 clear(): void {
458 this.set.clear()

Callers 11

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

Calls

no outgoing calls

Tested by

no test coverage detected