MCPcopy Index your code
hub / github.com/codeaashu/claude-code / sendResult

Function sendResult

src/bridge/remoteBridgeCore.ts:873–881  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

871 )
872 },
873 sendResult() {
874 if (authRecoveryInFlight) {
875 logForDebugging('[remote-bridge] Dropping result during 401 recovery')
876 return
877 }
878 transport.reportState('idle')
879 void transport.write(makeResultMessage(sessionId))
880 logForDebugging(`[remote-bridge] Sent result`)
881 },
882 async teardown() {
883 unregister()
884 await teardown()

Callers

nothing calls this directly

Calls 4

logForDebuggingFunction · 0.85
makeResultMessageFunction · 0.85
reportStateMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected