Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ incrOpTotal
Function
incrOpTotal
pkg/proxy/stats.go:148–150 ·
view source on GitHub ↗
(n int64)
Source
from the content-addressed store, hash-verified
146
}
147
148
func
incrOpTotal(n int64) {
149
cmdstats.total.Add(n)
150
}
151
152
func
incrOpFails(n int64) {
153
cmdstats.fails.Add(n)
Callers
1
flushOpStats
Method · 0.85
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected