Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ OpTotal
Function
OpTotal
pkg/proxy/stats.go:77–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
func
OpTotal() int64 {
78
return
cmdstats.total.Int64()
79
}
80
81
func
OpFails() int64 {
82
return
cmdstats.fails.Int64()
Callers
1
Stats
Method · 0.85
Calls
1
Int64
Method · 0.45
Tested by
no test coverage detected