Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ember-cli/ember-cli
/ displayHost
Method
displayHost
lib/tasks/server/express-server.js:39–41 ·
view source on GitHub ↗
(specifiedHost)
Source
from the content-addressed store, hash-verified
37
}
38
39
displayHost(specifiedHost) {
40
return
specifiedHost ||
'localhost'
;
41
}
42
43
setupHttpServer() {
44
if
(this.startOptions.ssl) {
Callers
2
startHttpServer
Method · 0.95
express-server-test.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected