Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
60
func
(c *tqClient) MaxRetries() int {
61
return
c.maxRetries
62
}
63
64
func
(c *tqClient) SetMaxRetries(n int) {
65
c.maxRetries = n
Callers
1
Batch
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected