Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/cli
/ IsHostEmpty
Method
IsHostEmpty
cf/models/application.go:213–215 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
211
}
212
213
func
(app *AppParams) IsHostEmpty() bool {
214
return
app.Hosts == nil || len(app.Hosts) == 0
215
}
216
217
func
(app *AppParams) IsNoHostnameTrue() bool {
218
if
app.NoHostname == nil {
Callers
2
updateRoutes
Method · 0.80
processDomainsAndBindRoutes
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected