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

Function onMessage

lib/utilities/will-interrupt-process.js:191–195  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

189}
190
191function onMessage(message) {
192 if (message.kill) {
193 exit();
194 }
195}
196
197function isEventEmitterCompatible(obj) {
198 return (

Callers

nothing calls this directly

Calls 1

exitFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…