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

Method result_for

deps/v8/tools/testrunner/testproc/base.py:114–116  ·  view source on GitHub ↗
(self, test, result)

Source from the content-addressed store, hash-verified

112 return self._send_test(test)
113
114 def result_for(self, test, result):
115 self._on_result_for(test, result)
116 self._send_result(test, result)
117
118 def heartbeat(self):
119 self._on_heartbeat()

Callers

nothing calls this directly

Calls 2

_on_result_forMethod · 0.95
_send_resultMethod · 0.80

Tested by

no test coverage detected