MCPcopy 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
40func (pool *BasePool) FailedCount() int64 {
41 if pool == nil {
42 return 0
43 }
44 return pool.failedCount.Load()
45}
46
47func (pool *BasePool) doRetry(bl *baseline.Baseline) {
48 if bl.Retry >= pool.RetryLimit {

Callers 1

RunWithCheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected