Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/multiapps-cli-plugin
/ getLastOperation
Function
getLastOperation
commands/mta_command.go:182–184 ·
view source on GitHub ↗
(service models.CloudFoundryServiceInstance)
Source
from the content-addressed store, hash-verified
180
}
181
182
func
getLastOperation(service models.CloudFoundryServiceInstance) string {
183
return
service.LastOperation.Type +
" "
+ service.LastOperation.State
184
}
Callers
1
executeInternal
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected