MCPcopy Create free account
hub / github.com/ehmicky/log-process-errors / unsetProcessEvent

Function unsetProcessEvent

src/helpers/process.test.js:13–15  ·  view source on GitHub ↗
(eventName, processHandler)

Source from the content-addressed store, hash-verified

11
12// Revert
13export const unsetProcessEvent = (eventName, processHandler) => {
14 process.off(eventName, processHandler)
15}

Callers 3

main.test.jsFile · 0.90
warnings.test.jsFile · 0.90
stopProcessLoggingFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…