MCPcopy 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
217func (app *AppParams) IsNoHostnameTrue() bool {
218 if app.NoHostname == nil {
219 return false
220 }
221 return *app.NoHostname
222}

Callers 3

MergeMethod · 0.95
updateRoutesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected