MCPcopy
hub / github.com/cloudfoundry/cli / HasOrganization

Method HasOrganization

plugin/cli_connection.go:201–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199}
200
201func (c *cliConnection) HasOrganization() (bool, error) {
202 var result bool
203
204 err := c.withClientDo(func(client *rpc.Client) error {
205 return client.Call("CliRpcCmd.HasOrganization", "", &result)
206 })
207
208 return result, err
209}
210
211func (c *cliConnection) HasSpace() (bool, error) {
212 var result bool

Callers

nothing calls this directly

Calls 1

withClientDoMethod · 0.95

Tested by

no test coverage detected