Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
499
function
promiseResolveHooksExist() {
500
return
hasHooks(kPromiseResolve);
501
}
502
503
504
function
emitInitScript(asyncId,
type
, triggerAsyncId, resource, isPromiseHook = false) {
Callers
1
updatePromiseHookMode
Function · 0.85
Calls
1
hasHooks
Function · 0.85
Tested by
no test coverage detected