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

Function domainUncaughtExceptionClear

lib/domain.js:191–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189});
190
191function domainUncaughtExceptionClear() {
192 stack.length = 0;
193 exports.active = process.domain = null;
194 updateExceptionCapture();
195}
196
197
198class Domain extends EventEmitter {

Callers 1

domain.jsFile · 0.85

Calls 1

updateExceptionCaptureFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…