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

Function test

test/parallel/test-webstreams-finished.js:17–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 });
16 finished(rs, common.mustSucceed());
17 async function test() {
18 const values = [];
19 for await (const chunk of rs) {
20 values.push(chunk);
21 }
22 assert.deepStrictEqual(values, ['asd']);
23 }
24 test();
25}
26

Callers 1

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…