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

Method emit

lib/tasks/server/express-server.js:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 emit() {
36 this.emitter.emit.apply(this.emitter, arguments);
37 }
38
39 displayHost(specifiedHost) {
40 return specifiedHost || 'localhost';

Callers 11

listenMethod · 0.95
restartHttpServerMethod · 0.95
trapWindowsSignalsFunction · 0.80
handleProxiedRequestMethod · 0.80
watcherEventTestFunction · 0.80
watcher-test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected