MCPcopy Index your code
hub / github.com/git-lfs/git-lfs / MaxRetries

Method MaxRetries

tq/api.go:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func (c *tqClient) MaxRetries() int {
61 return c.maxRetries
62}
63
64func (c *tqClient) SetMaxRetries(n int) {
65 c.maxRetries = n

Callers 1

BatchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected