MCPcopy 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

disableMethod · 0.45
valuesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…