MCPcopy Index your code
hub / github.com/bee-queue/bee-queue / next

Function next

benchmark/bull/harness.js:11–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 return {
10 done,
11 next() {
12 --n;
13 if (n < 0) return false;
14 if (n === 0) end();
15 return true;
16 },
17 };
18}
19

Callers 1

harness.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected