Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
91
func
(s *stat) Incr() {
92
if
TrackStats {
93
s.n.Add(1)
94
}
95
}
96
97
func
(s *stat) content() []byte {
98
var
buf bytes.Buffer
Callers
3
Open
Method · 0.45
Open
Method · 0.45
Open
Method · 0.45
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected