Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kopia/kopia
/ reportMalformedData
Method
reportMalformedData
internal/cache/cache_metrics.go:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
func
(s *metricsStruct) reportMalformedData() {
66
s.metricMalformedCacheDataCount.Add(1)
67
}
68
69
func
(s *metricsStruct) reportStoreError() {
70
s.metricStoreErrors.Add(1)
Callers
1
getPartial
Method · 0.80
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected