MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Shared

Method Shared

resources/domain_resource.go:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (d Domain) Shared() bool {
58 return d.OrganizationGUID == ""
59}
60
61func (d *Domain) IsTCP() bool {
62 for _, p := range d.Protocols {

Callers 2

ExecuteMethod · 0.80
displayDomainsTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected