MCPcopy Create free account
hub / github.com/cloudfoundry/cli / HasSpace

Method HasSpace

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

Source from the content-addressed store, hash-verified

255}
256
257func (cmd *CliRpcCmd) HasSpace(args string, retVal *bool) error {
258 *retVal = cmd.cliConfig.HasSpace()
259
260 return nil
261}
262
263func (cmd *CliRpcCmd) ApiEndpoint(args string, retVal *string) error {
264 *retVal = cmd.cliConfig.APIEndpoint()

Callers

nothing calls this directly

Calls 1

HasSpaceMethod · 0.65

Tested by

no test coverage detected