Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ done
Function
done
test/parallel/test-eventemitter-asyncresource.js:44–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
43
return
{
44
done() {
45
hook.disable();
46
return
new
Set(eventMap.values());
47
},
48
ids() {
49
return
new
Set(eventMap.keys());
50
},
Callers
nothing calls this directly
Calls
2
disable
Method · 0.45
values
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…