Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ incrOpTotal
Method
incrOpTotal
pkg/proxy/session.go:633–635 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
631
}
632
633
func
(s *Session) incrOpTotal() {
634
s.stats.total.Incr()
635
}
636
637
func
(s *Session) getOpStats(opstr string) *opStats {
638
e := s.stats.opmap[opstr]
Callers
1
loopReader
Method · 0.95
Calls
1
Incr
Method · 0.45
Tested by
no test coverage detected