MCPcopy Create free account
hub / github.com/chainreactors/spray / RequestCount

Method RequestCount

core/pool/pool.go:33–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (pool *BasePool) RequestCount() int64 {
34 if pool == nil {
35 return 0
36 }
37 return pool.reqCount.Load()
38}
39
40func (pool *BasePool) FailedCount() int64 {
41 if pool == nil {

Callers 1

RunWithCheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected