MCPcopy 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

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