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

Function exit

deps/npm/test/lib/cli/exit-handler.js:54–56  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

52 kill: () => {},
53 reallyExit: (code) => process.exit(code),
54 exit (code) {
55 this.emit('exit', code)
56 },
57 }),
58}, { replace: true })
59

Callers 3

read_configFunction · 0.50
mainFunction · 0.50

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected