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

Function after

lib/internal/trace_events_async_hooks.js:63–68  ·  view source on GitHub ↗
(asyncId)

Source from the content-addressed store, hash-verified

61 },
62
63 after(asyncId) {
64 const type = typeMemory.get(asyncId);
65 if (type === undefined) return;
66
67 trace(kEndEvent, kTraceEventCategory, `${type}_CALLBACK`, asyncId);
68 },
69
70 destroy(asyncId) {
71 const type = typeMemory.get(asyncId);

Callers

nothing calls this directly

Calls 2

traceFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…