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

Function SetCommonRetryCondition

client_wrapper.go:722–724  ·  view source on GitHub ↗

SetCommonRetryCondition is a global wrapper methods which delegated to the default client's Client.SetCommonRetryCondition.

(condition RetryConditionFunc)

Source from the content-addressed store, hash-verified

720// SetCommonRetryCondition is a global wrapper methods which delegated
721// to the default client's Client.SetCommonRetryCondition.
722func SetCommonRetryCondition(condition RetryConditionFunc) *Client {
723 return defaultClient.SetCommonRetryCondition(condition)
724}
725
726// AddCommonRetryCondition is a global wrapper methods which delegated
727// to the default client's Client.AddCommonRetryCondition.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…