Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
83
func
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
displayKeysTable
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected