MCPcopy Index your code
hub / github.com/ehmicky/log-process-errors / logProcessErrors

Function logProcessErrors

src/main.js:11–16  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

9
10// Add event handling for all process-related errors
11const logProcessErrors = (opts) => {
12 const optsA = getOptions(opts)
13 removeWarningListener()
14 const listeners = addListeners(optsA)
15 return stopLogProcessErrors.bind(undefined, listeners)
16}
17
18export default logProcessErrors
19

Callers 3

main.test-d.tsFile · 0.85
startLoggingFunction · 0.85
emitEventFunction · 0.85

Calls 3

getOptionsFunction · 0.90
removeWarningListenerFunction · 0.90
addListenersFunction · 0.85

Tested by 2

startLoggingFunction · 0.68
emitEventFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…