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

Method run

deps/v8/tools/testrunner/testproc/execution.py:42–44  ·  view source on GitHub ↗
(self, requirement=None)

Source from the content-addressed store, hash-verified

40 'ExecutionProc cannot be connected to anything' # pragma: no cover
41
42 def run(self, requirement=None):
43 for pool_result in self.ctx.pool.results(requirement):
44 self._unpack_result(pool_result)
45
46 def next_test(self, test):
47 if self.is_stopped:

Callers 2

_do_executeMethod · 0.95
_do_executeMethod · 0.95

Calls 2

_unpack_resultMethod · 0.95
resultsMethod · 0.45

Tested by

no test coverage detected