Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ enabledHooksExist
Function
enabledHooksExist
lib/internal/async_hooks.js:483–485 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
481
}
482
483
function
enabledHooksExist() {
484
return
active_hooks.array.length > 0;
485
}
486
487
function
initHooksExist() {
488
return
hasHooks(kInit);
Callers
7
eos
Function · 0.85
eosWeb
Function · 0.85
queueMicrotask
Function · 0.85
test-stream-finished-bindAsyncResource-path.js
File · 0.85
test-stream-finished-async-local-storage.js
File · 0.85
test-stream-finished-default-path.js
File · 0.85
test-async-hooks-enabledhooksexits.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected