(envId, workId, token)
| 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 | } |
nothing calls this directly
no test coverage detected