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

Function main

test/parallel/test-repl-top-level-await.js:225–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223}
224
225async function main() {
226 await ordinaryTests();
227 await ctrlCTest();
228}
229
230main().then(common.mustCall());

Callers 1

Calls 2

ordinaryTestsFunction · 0.85
ctrlCTestFunction · 0.85

Tested by

no test coverage detected