Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ hasAsyncIdStack
Function
hasAsyncIdStack
lib/internal/async_hooks.js:542–544 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
540
541
542
function
hasAsyncIdStack() {
543
return
hasHooks(kStackLength);
544
}
545
546
547
// This is the equivalent of the native push_async_ids() call.
Callers
2
runInAsyncScope
Method · 0.85
createOnGlobalUncaughtException
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…