Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
225
async
function
main() {
226
await
ordinaryTests();
227
await
ctrlCTest();
228
}
229
230
main().then(common.mustCall());
Callers
1
test-repl-top-level-await.js
File · 0.70
Calls
2
ordinaryTests
Function · 0.85
ctrlCTest
Function · 0.85
Tested by
no test coverage detected