MCPcopy
hub / github.com/perkeep/perkeep / Incr

Method Incr

pkg/fs/debug.go:91–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89)
90
91func (s *stat) Incr() {
92 if TrackStats {
93 s.n.Add(1)
94 }
95}
96
97func (s *stat) content() []byte {
98 var buf bytes.Buffer

Callers 3

OpenMethod · 0.45
OpenMethod · 0.45
OpenMethod · 0.45

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected