Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
d = null;
42
43
async
function
main() {
44
await
gcUntil(
45
'All objects garbage collected'
,
46
() => resourceGCed && domainGCed && emitterGCed);
47
}
48
49
main();
Callers
1
test-domain-async-id-map-leak.js
File · 0.70
Calls
1
gcUntil
Function · 0.85
Tested by
no test coverage detected