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

Function after

lib/internal/inspector_async_hook.js:25–27  ·  view source on GitHub ↗
(asyncId)

Source from the content-addressed store, hash-verified

23 },
24
25 after(asyncId) {
26 inspector.asyncTaskFinished(asyncId);
27 },
28
29 destroy(asyncId) {
30 inspector.asyncTaskCanceled(asyncId);

Callers 2

runMethod · 0.50
runMethod · 0.50

Calls 1

asyncTaskFinishedMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…