Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ add_jobs
Method
add_jobs
deps/v8/tools/testrunner/local/pool.py:215–216 ·
view source on GitHub ↗
(self, jobs)
Source
from the content-addressed store, hash-verified
213
self.notify = notify_function or (
lambda
x: x)
214
215
def
add_jobs(self, jobs):
216
self.add(jobs)
217
218
def
results(self, requirement):
219
return
self.imap_unordered(
Callers
nothing calls this directly
Calls
1
add
Method · 0.95
Tested by
no test coverage detected