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

Function lastOperation

command/v7/service_keys_command.go:83–88  ·  view source on GitHub ↗
(lo resources.LastOperation)

Source from the content-addressed store, hash-verified

81}
82
83func lastOperation(lo resources.LastOperation) string {
84 if lo.Type != "" && lo.State != "" {
85 return fmt.Sprintf("%s %s", lo.Type, lo.State)
86 }
87 return ""
88}

Callers 1

displayKeysTableMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected