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

Method results

deps/v8/tools/testrunner/local/pool.py:392–395  ·  view source on GitHub ↗
(self, requirement)

Source from the content-addressed store, hash-verified

390 self.work_queue.extend(jobs)
391
392 def results(self, requirement):
393 while self.work_queue and not self.abort_now:
394 job = self.work_queue.pop()
395 yield MaybeResult.create_result(job.run(ProcessContext(requirement)))
396
397
398# Global function for multiprocessing, because pickling a static method doesn't

Callers

nothing calls this directly

Calls 3

popMethod · 0.80
create_resultMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected