Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
func
(pool *BasePool) RequestCount() int64 {
34
if
pool == nil {
35
return
0
36
}
37
return
pool.reqCount.Load()
38
}
39
40
func
(pool *BasePool) FailedCount() int64 {
41
if
pool == nil {
Callers
1
RunWithCheck
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected