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

Function go

test/fixtures/eval/stdin_typescript.js:30–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 ];
29
30function go() {
31 const c = queue.shift();
32 if (!c) return console.log('done');
33 run(c, false, function() {
34 run(c, true, go);
35 });
36}
37
38go();

Callers 1

Calls 3

runFunction · 0.70
shiftMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected