Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MMadmer/EpicAssetsNotifyBot
/ WithRetries
Method
WithRetries
internal/fab/scraper.go:175–181 ·
view source on GitHub ↗
(retries int)
Source
from the content-addressed store, hash-verified
173
}
174
175
func
(s *Scraper) WithRetries(retries int) *Scraper {
176
if
s == nil {
177
return
nil
178
}
179
s.Retries = retries
180
return
s
181
}
182
183
func
(s *Scraper) Close() error {
184
if
s == nil {
Callers
1
GetFreeAssets
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected