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

Function source

benchmark/streams/iter-throughput-share.js:19–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 const totalOps = batches * consumers * n;
18
19 async function* source() {
20 for (let i = 0; i < batches; i++) {
21 yield [chunk];
22 }
23 }
24
25 bench.start();
26 for (let i = 0; i < n; i++) {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…