Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/spray
/ FailedCount
Method
FailedCount
core/pool/pool.go:40–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
func
(pool *BasePool) FailedCount() int64 {
41
if
pool == nil {
42
return
0
43
}
44
return
pool.failedCount.Load()
45
}
46
47
func
(pool *BasePool) doRetry(bl *baseline.Baseline) {
48
if
bl.Retry >= pool.RetryLimit {
Callers
1
RunWithCheck
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected