MCPcopy Create free account
hub / github.com/nodejs/node / go

Function go

test/fixtures/eval/stdin_messages.js:46–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 'let ______________________________________________; throw 10' ];
45
46function go() {
47 const c = queue.shift();
48 if (!c) return console.log('done');
49 run(c, false, function() {
50 run(c, true, go);
51 });
52}
53
54go();

Callers 1

stdin_messages.jsFile · 0.70

Calls 3

runFunction · 0.70
shiftMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected