Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
listen
Method · 0.95
restartHttpServer
Method · 0.95
trapWindowsSignals
Function · 0.80
handleProxiedRequest
Method · 0.80
will-interrupt-process-test.js
File · 0.80
test-server-test.js
File · 0.80
livereload-server-test.js
File · 0.80
watcherEventTest
Function · 0.80
express-server-test.js
File · 0.80
server-watcher-test.js
File · 0.80
watcher-test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected