MCPcopy
hub / github.com/bee-queue/bee-queue / next

Function next

benchmark/bq/harness.js:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 return {
22 done,
23 next() {
24 --n;
25 if (n < 0) return false;
26 if (n === 0) end();
27 return true;
28 },
29 };
30}
31

Callers 1

harness.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected