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

Function hasUncaughtExceptionCaptureCallback

lib/internal/process/execution.js:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150}
151
152function hasUncaughtExceptionCaptureCallback() {
153 return exceptionHandlerState.captureFn !== null;
154}
155
156function noop() {}
157

Callers 3

handleMessageFunction · 0.85
errorHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…