MCPcopy Index your code
hub / github.com/imroc/req / SetCommonRetryCount

Function SetCommonRetryCount

client_wrapper.go:686–688  ·  view source on GitHub ↗

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

(count int)

Source from the content-addressed store, hash-verified

684// SetCommonRetryCount is a global wrapper methods which delegated
685// to the default client's Client.SetCommonRetryCount.
686func SetCommonRetryCount(count int) *Client {
687 return defaultClient.SetCommonRetryCount(count)
688}
689
690// SetCommonRetryInterval is a global wrapper methods which delegated
691// to the default client's Client.SetCommonRetryInterval.

Callers

nothing calls this directly

Calls 1

SetCommonRetryCountMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…