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

Function promiseResolveHooksExist

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

Source from the content-addressed store, hash-verified

497}
498
499function promiseResolveHooksExist() {
500 return hasHooks(kPromiseResolve);
501}
502
503
504function emitInitScript(asyncId, type, triggerAsyncId, resource, isPromiseHook = false) {

Callers 1

updatePromiseHookModeFunction · 0.85

Calls 1

hasHooksFunction · 0.85

Tested by

no test coverage detected