MCPcopy Create free account
hub / github.com/codeaashu/claude-code / reconnectSession

Function reconnectSession

src/bridge/bridgeDebug.ts:124–128  ·  view source on GitHub ↗
(envId, sessionId)

Source from the content-addressed store, hash-verified

122 return api.registerBridgeEnvironment(config)
123 },
124 async reconnectSession(envId, sessionId) {
125 const f = consume('reconnectSession')
126 if (f) throwFault(f, 'ReconnectSession')
127 return api.reconnectSession(envId, sessionId)
128 },
129 async heartbeatWork(envId, workId, token) {
130 const f = consume('heartbeatWork')
131 if (f) throwFault(f, 'Heartbeat')

Callers

nothing calls this directly

Calls 2

consumeFunction · 0.85
throwFaultFunction · 0.85

Tested by

no test coverage detected