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

Function destroyHooksExist

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

Source from the content-addressed store, hash-verified

493}
494
495function destroyHooksExist() {
496 return hasHooks(kDestroy);
497}
498
499function promiseResolveHooksExist() {
500 return hasHooks(kPromiseResolve);

Callers 2

constructorMethod · 0.85
updatePromiseHookModeFunction · 0.85

Calls 1

hasHooksFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…