MCPcopy Create free account
hub / github.com/nodejs/node / heartbeat

Method heartbeat

deps/v8/tools/testrunner/testproc/base.py:118–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

116 self._send_result(test, result)
117
118 def heartbeat(self):
119 self._on_heartbeat()
120 super(TestProcObserver, self).heartbeat()
121
122 def _on_next_test(self, test):
123 """Method called after receiving test from previous processor but before

Callers

nothing calls this directly

Calls 2

_on_heartbeatMethod · 0.95
heartbeatMethod · 0.45

Tested by

no test coverage detected