MCPcopy Index your code
hub / github.com/nodejs/node / _unpack_result

Method _unpack_result

deps/v8/tools/testrunner/testproc/execution.py:67–77  ·  view source on GitHub ↗
(self, pool_result)

Source from the content-addressed store, hash-verified

65 self.ctx.pool.abort()
66
67 def _unpack_result(self, pool_result):
68 if pool_result.heartbeat:
69 self.heartbeat()
70 return
71
72 job_result = pool_result.value
73 test_id, result = job_result
74
75 test, result.cmd = self._tests[test_id]
76 del self._tests[test_id]
77 self._send_result(test, result)

Callers 1

runMethod · 0.95

Calls 2

_send_resultMethod · 0.80
heartbeatMethod · 0.45

Tested by

no test coverage detected