Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kopia/kopia
/ reportMissError
Method
reportMissError
internal/cache/cache_metrics.go:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
func
(s *metricsStruct) reportMissError() {
52
s.metricMissErrors.Add(1)
53
}
54
55
func
(s *metricsStruct) reportMissBytes(length int64) {
56
s.metricMissCount.Add(1)
Callers
3
fetchBlobInternal
Method · 0.80
getContentFromFullOrPartialBlob
Method · 0.80
GetOrLoad
Method · 0.80
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected