MCPcopy Index your code
hub / github.com/nodejs/node / executionAsyncId

Function executionAsyncId

lib/internal/async_hooks.js:580–582  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

578
579
580function executionAsyncId() {
581 return async_id_fields[kExecutionAsyncId];
582}
583
584function triggerAsyncId() {
585 return async_id_fields[kTriggerAsyncId];

Callers 14

promiseAfterHookFunction · 0.85
runFunction · 0.85
hookFunction · 0.85
getTestContextFunction · 0.85
getCLSFunction · 0.85
setCLSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…