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

Function destroy

lib/domain.js:114–116  ·  view source on GitHub ↗
(asyncId)

Source from the content-addressed store, hash-verified

112 }
113 },
114 destroy(asyncId) {
115 pairing.delete(asyncId); // cleaning up
116 },
117});
118
119// Domain uses the stacking capability of setUncaughtExceptionCaptureCallback

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…