MCPcopy Index your code
hub / github.com/nodejs/node / after

Function after

lib/domain.js:106–113  ·  view source on GitHub ↗
(asyncId)

Source from the content-addressed store, hash-verified

104 }
105 },
106 after(asyncId) {
107 const current = pairing.get(asyncId);
108 if (current !== undefined) { // Exit domain for this cb
109 const domain = current.get();
110 current.decRef();
111 domain.exit();
112 }
113 },
114 destroy(asyncId) {
115 pairing.delete(asyncId); // cleaning up
116 },

Callers

nothing calls this directly

Calls 3

getMethod · 0.65
decRefMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…