MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / getMonitoringOperation

Function getMonitoringOperation

commands/action.go:110–112  ·  view source on GitHub ↗
(operationID string, mtaClient mtaclient.MtaClientOperations)

Source from the content-addressed store, hash-verified

108}
109
110func getMonitoringOperation(operationID string, mtaClient mtaclient.MtaClientOperations) (*models.Operation, error) {
111 return mtaClient.GetMtaOperation(operationID, "messages")
112}

Callers 2

ExecuteMethod · 0.85
ExecuteMethod · 0.85

Calls 1

GetMtaOperationMethod · 0.65

Tested by

no test coverage detected