MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / exit

Function exit

lib/utilities/will-interrupt-process.js:187–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185}
186
187function exit() {
188 _process.exit();
189}
190
191function onMessage(message) {
192 if (message.kill) {

Callers 1

onMessageFunction · 0.85

Calls 1

exitMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…