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

Function promiseInitHookWithDestroyTracking

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

Source from the content-addressed store, hash-verified

334}
335
336function promiseInitHookWithDestroyTracking(promise, parent) {
337 promiseInitHook(promise, parent);
338 destroyTracking(promise, parent);
339}
340
341function destroyTracking(promise, parent) {
342 trackPromise(promise, parent);

Callers

nothing calls this directly

Calls 2

promiseInitHookFunction · 0.85
destroyTrackingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…