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

Method HasOrganization

plugin/rpc/cli_rpc_server.go:251–255  ·  view source on GitHub ↗
(args string, retVal *bool)

Source from the content-addressed store, hash-verified

249}
250
251func (cmd *CliRpcCmd) HasOrganization(args string, retVal *bool) error {
252 *retVal = cmd.cliConfig.HasOrganization()
253
254 return nil
255}
256
257func (cmd *CliRpcCmd) HasSpace(args string, retVal *bool) error {
258 *retVal = cmd.cliConfig.HasSpace()

Callers

nothing calls this directly

Calls 1

HasOrganizationMethod · 0.65

Tested by

no test coverage detected