MCPcopy Create free account
hub / github.com/imroc/req / newDefaultRetryOption

Function newDefaultRetryOption

retry.go:35–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func newDefaultRetryOption() *retryOption {
36 return &retryOption{
37 GetRetryInterval: defaultGetRetryInterval,
38 }
39}
40
41type retryOption struct {
42 MaxRetries int

Callers 2

getRetryOptionMethod · 0.85
getRetryOptionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…