Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
495
function
destroyHooksExist() {
496
return
hasHooks(kDestroy);
497
}
498
499
function
promiseResolveHooksExist() {
500
return
hasHooks(kPromiseResolve);
Callers
2
constructor
Method · 0.85
updatePromiseHookMode
Function · 0.85
Calls
1
hasHooks
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…