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

Function collectReported

test/parallel/test-runner-v8-deserializer.mjs:54–60  ·  view source on GitHub ↗
(chunks)

Source from the content-addressed store, hash-verified

52 }));
53
54 async function collectReported(chunks) {
55 chunks.forEach((chunk) => fileTest.parseMessage(chunk));
56 fileTest.drain();
57 fileTest.reporter.end();
58 await finished(fileTest.reporter);
59 return reported;
60 }
61
62 it('should do nothing when no chunks', async () => {
63 const reported = await collectReported([]);

Callers 1

Calls 5

parseMessageMethod · 0.80
drainMethod · 0.80
finishedFunction · 0.70
forEachMethod · 0.65
endMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…