func IsMaxRetries()
in
pkg/retry.go [34:36]
3
lines of code
1
McCabe index (conditional complexity)
func IsMaxRetries(err error) bool { return err == errMaxRetriesReached }