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

Method _after

test/async-hooks/init-hooks.js:200–205  ·  view source on GitHub ↗
(uid)

Source from the content-addressed store, hash-verified

198 }
199
200 _after(uid) {
201 const h = this._getActivity(uid, 'after');
202 this._stamp(h, 'after');
203 this._maybeLog(uid, h?.type, 'after');
204 this.onafter(uid);
205 }
206
207 _destroy(uid) {
208 const h = this._getActivity(uid, 'destroy');

Callers

nothing calls this directly

Calls 3

_getActivityMethod · 0.95
_stampMethod · 0.95
_maybeLogMethod · 0.95

Tested by

no test coverage detected