MCPcopy 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
542function hasAsyncIdStack() {
543 return hasHooks(kStackLength);
544}
545
546
547// This is the equivalent of the native push_async_ids() call.

Callers 2

runInAsyncScopeMethod · 0.85

Calls 1

hasHooksFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…