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

Function clearDefaultTriggerAsyncId

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

Source from the content-addressed store, hash-verified

449
450
451function clearDefaultTriggerAsyncId() {
452 async_id_fields[kDefaultTriggerAsyncId] = -1;
453}
454
455/**
456 * Sets a default top level trigger ID to be used

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…