Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ heartbeat
Method
heartbeat
deps/v8/tools/testrunner/testproc/base.py:66–68 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
64
raise
NotImplementedError()
65
66
def
heartbeat(self):
67
if
self._prev_proc:
68
self._prev_proc.heartbeat()
69
70
def
stop(self):
71
if
not self._stopped:
Callers
2
_unpack_result
Method · 0.45
heartbeat
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected