MCPcopy Create free account
hub / github.com/nodejs/node / afterHooksExist

Function afterHooksExist

lib/internal/async_hooks.js:491–493  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

489}
490
491function afterHooksExist() {
492 return hasHooks(kAfter);
493}
494
495function destroyHooksExist() {
496 return hasHooks(kDestroy);

Callers 1

Calls 1

hasHooksFunction · 0.85

Tested by

no test coverage detected