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

Method result_for

deps/v8/tools/testrunner/testproc/loader.py:33–36  ·  view source on GitHub ↗
(self, test, result)

Source from the content-addressed store, hash-verified

31 'Nothing can be connected to the LoadProc' # pragma: no cover
32
33 def result_for(self, test, result):
34 for t in self.tests:
35 if self._send_test(t):
36 break

Callers

nothing calls this directly

Calls 1

_send_testMethod · 0.80

Tested by

no test coverage detected