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

Method _send_result

deps/v8/tools/testrunner/testproc/base.py:101–103  ·  view source on GitHub ↗

Helper method for sending result to the previous processor.

(self, test, result)

Source from the content-addressed store, hash-verified

99 return self._next_proc.next_test(test)
100
101 def _send_result(self, test, result):
102 """Helper method for sending result to the previous processor."""
103 self._prev_proc.result_for(test, result)
104
105class TestProcObserver(TestProc):
106 """Processor used for observing the data."""

Callers 10

_result_forMethod · 0.80
_unpack_resultMethod · 0.80
_result_forMethod · 0.80
_result_forMethod · 0.80
result_forMethod · 0.80
result_forMethod · 0.80
result_forMethod · 0.80
runMethod · 0.80
_result_forMethod · 0.80
_result_forMethod · 0.80

Calls 1

result_forMethod · 0.45

Tested by 1

runMethod · 0.64