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

Function initHooksExist

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

Source from the content-addressed store, hash-verified

485}
486
487function initHooksExist() {
488 return hasHooks(kInit);
489}
490
491function afterHooksExist() {
492 return hasHooks(kAfter);

Callers 4

constructorMethod · 0.85
initAsyncResourceFunction · 0.85
updatePromiseHookModeFunction · 0.85
nextTickFunction · 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…