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

Method triggerAsyncId

lib/async_hooks.js:246–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

244 }
245
246 triggerAsyncId() {
247 return this[trigger_async_id_symbol];
248 }
249
250 bind(fn, thisArg) {
251 validateFunction(fn, 'fn');

Calls

no outgoing calls

Tested by

no test coverage detected