MCPcopy 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
633func (s *Session) incrOpTotal() {
634 s.stats.total.Incr()
635}
636
637func (s *Session) getOpStats(opstr string) *opStats {
638 e := s.stats.opmap[opstr]

Callers 1

loopReaderMethod · 0.95

Calls 1

IncrMethod · 0.45

Tested by

no test coverage detected