MCPcopy Index your code
hub / github.com/cloudfoundry/multiapps-cli-plugin / canRetry

Function canRetry

commands/execution_monitor.go:124–126  ·  view source on GitHub ↗
(retries uint, operation *models.Operation)

Source from the content-addressed store, hash-verified

122}
123
124func canRetry(retries uint, operation *models.Operation) bool {
125 return retries > 0 && operation.ErrorType != models.ErrorTypeCONTENT
126}
127
128func executeRetryAction(executionMonitor *ExecutionMonitor) {
129 retryAction := newAction("retry", VerbosityLevelSILENT)

Callers 1

MonitorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected