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

Method _on_result_for

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

Method called after receiving result from next processor but before sending it to the previous one.

(self, test, result)

Source from the content-addressed store, hash-verified

125 pass
126
127 def _on_result_for(self, test, result):
128 """Method called after receiving result from next processor but before
129 sending it to the previous one."""
130 pass
131
132 def _on_heartbeat(self):
133 pass

Callers 1

result_forMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected