MCPcopy Create free account
hub / github.com/freecodexyz/free-code / heartbeatWork

Function heartbeatWork

src/bridge/bridgeDebug.ts:129–133  ·  view source on GitHub ↗
(envId, workId, token)

Source from the content-addressed store, hash-verified

127 return api.reconnectSession(envId, sessionId)
128 },
129 async heartbeatWork(envId, workId, token) {
130 const f = consume('heartbeatWork')
131 if (f) throwFault(f, 'Heartbeat')
132 return api.heartbeatWork(envId, workId, token)
133 },
134 }
135}

Callers

nothing calls this directly

Calls 2

consumeFunction · 0.85
throwFaultFunction · 0.85

Tested by

no test coverage detected