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

Method asyncId

lib/async_hooks.js:242–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240 }
241
242 asyncId() {
243 return this[async_id_symbol];
244 }
245
246 triggerAsyncId() {
247 return this[trigger_async_id_symbol];

Callers 11

recurseFunction · 0.95
testNextTickFunction · 0.95
testQueueMicrotaskFunction · 0.95
testImmediateFunction · 0.95
testPromiseFunction · 0.95
testAwaitFunction · 0.95
harness.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected