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

Method _try_send_next_test

deps/v8/tools/testrunner/testproc/fuzzer.py:291–299  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

289 i += 1
290
291 def _try_send_next_test(self, test):
292 for subtest in self._gens[test.procid]:
293 if self._send_test(subtest):
294 return True
295 elif self.is_stopped:
296 return False
297
298 del self._gens[test.procid]
299 return False
300
301 def _next_seed(self):
302 seed = None

Callers 2

_next_testMethod · 0.95
_result_forMethod · 0.95

Calls 1

_send_testMethod · 0.80

Tested by

no test coverage detected