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

Function emitAfterScript

lib/internal/async_hooks.js:526–531  ·  view source on GitHub ↗
(asyncId)

Source from the content-addressed store, hash-verified

524
525
526function emitAfterScript(asyncId) {
527 if (hasHooks(kAfter))
528 emitAfterNative(asyncId);
529
530 popAsyncContext(asyncId);
531}
532
533
534function emitDestroyScript(asyncId) {

Callers

nothing calls this directly

Calls 2

hasHooksFunction · 0.85
popAsyncContextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…