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