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

Method HasSpace

plugin/cli_connection.go:211–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209}
210
211func (c *cliConnection) HasSpace() (bool, error) {
212 var result bool
213
214 err := c.withClientDo(func(client *rpc.Client) error {
215 return client.Call("CliRpcCmd.HasSpace", "", &result)
216 })
217
218 return result, err
219}
220
221func (c *cliConnection) ApiEndpoint() (string, error) {
222 var result string

Callers

nothing calls this directly

Calls 1

withClientDoMethod · 0.95

Tested by

no test coverage detected