Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ initHooksExist
Function
initHooksExist
lib/internal/async_hooks.js:487–489 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
485
}
486
487
function
initHooksExist() {
488
return
hasHooks(kInit);
489
}
490
491
function
afterHooksExist() {
492
return
hasHooks(kAfter);
Callers
4
constructor
Method · 0.85
initAsyncResource
Function · 0.85
updatePromiseHookMode
Function · 0.85
nextTick
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…