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

Function main

test/parallel/test-domain-async-id-map-leak.js:43–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41d = null;
42
43async function main() {
44 await gcUntil(
45 'All objects garbage collected',
46 () => resourceGCed && domainGCed && emitterGCed);
47}
48
49main();

Calls 1

gcUntilFunction · 0.85

Tested by

no test coverage detected