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

Function enabledHooksExist

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

Source from the content-addressed store, hash-verified

481}
482
483function enabledHooksExist() {
484 return active_hooks.array.length > 0;
485}
486
487function initHooksExist() {
488 return hasHooks(kInit);

Calls

no outgoing calls

Tested by

no test coverage detected