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

Function run

test/parallel/test-stream-writev.js:39–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37run();
38
39function run() {
40 const t = queue.pop();
41 if (t)
42 test(t[0], t[1], t[2], run);
43 else
44 console.log('ok');
45}
46
47function test(decode, uncork, multi, next) {
48 console.log(`# decode=${decode} uncork=${uncork} multi=${multi}`);

Callers 1

Calls 3

popMethod · 0.80
testFunction · 0.70
logMethod · 0.45

Tested by

no test coverage detected