Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
191
function
onMessage(message) {
192
if
(message.kill) {
193
exit();
194
}
195
}
196
197
function
isEventEmitterCompatible(obj) {
198
return
(
Callers
nothing calls this directly
Calls
1
exit
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…