Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ afterHooksExist
Function
afterHooksExist
lib/internal/async_hooks.js:491–493 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
489
}
490
491
function
afterHooksExist() {
492
return
hasHooks(kAfter);
493
}
494
495
function
destroyHooksExist() {
496
return
hasHooks(kDestroy);
Callers
1
createOnGlobalUncaughtException
Function · 0.85
Calls
1
hasHooks
Function · 0.85
Tested by
no test coverage detected