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

Function destroyTracking

lib/internal/async_hooks.js:341–345  ·  view source on GitHub ↗
(promise, parent)

Source from the content-addressed store, hash-verified

339}
340
341function destroyTracking(promise, parent) {
342 trackPromise(promise, parent);
343 const asyncId = promise[async_id_symbol];
344 registerDestroyHook(promise, asyncId);
345}
346
347function promiseBeforeHook(promise) {
348 trackPromise(promise);

Callers 1

Calls 1

trackPromiseFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…