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

Function updateSessionBridgeId

src/utils/concurrentSessions.ts:144–148  ·  view source on GitHub ↗
(
  bridgeSessionId: string | null,
)

Source from the content-addressed store, hash-verified

142 * suppress a legitimately-remote session after reconnect.
143 */
144export async function updateSessionBridgeId(
145 bridgeSessionId: string | null,
146): Promise<void> {
147 await updatePidFile({ bridgeSessionId })
148}
149
150/**
151 * Push live activity state for `claude ps`. Fire-and-forget from REPL's

Callers 2

setReplBridgeHandleFunction · 0.85
doReconnectFunction · 0.85

Calls 1

updatePidFileFunction · 0.85

Tested by

no test coverage detected