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

Function newCliRetryBackoff

actor/sharedaction/logging.go:98–103  ·  view source on GitHub ↗
(interval time.Duration, maxCount int)

Source from the content-addressed store, hash-verified

96}
97
98func newCliRetryBackoff(interval time.Duration, maxCount int) *cliRetryBackoff {
99 return &cliRetryBackoff{
100 interval: interval,
101 maxCount: maxCount,
102 }
103}
104
105func (b *cliRetryBackoff) OnErr(error) bool {
106 b.count++

Callers 2

GetStreamingLogsFunction · 0.85
latestEnvelopeTimestampFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected