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

Method result_for

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

Source from the content-addressed store, hash-verified

176 return self._send_test(test)
177
178 def result_for(self, test, result):
179 self._send_result(test, result)
180
181 def _filter(self, test):
182 """Returns whether test should be filtered out."""

Callers

nothing calls this directly

Calls 1

_send_resultMethod · 0.80

Tested by

no test coverage detected