Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ incrOpFails
Function
incrOpFails
pkg/proxy/stats.go:152–154 ·
view source on GitHub ↗
(n int64)
Source
from the content-addressed store, hash-verified
150
}
151
152
func
incrOpFails(n int64) {
153
cmdstats.fails.Add(n)
154
}
155
156
func
incrOpStats(e *opStats) {
157
s := getOpStats(e.opstr, true)
Callers
1
flushOpStats
Method · 0.85
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected