MCPcopy
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
65func (s *metricsStruct) reportMalformedData() {
66 s.metricMalformedCacheDataCount.Add(1)
67}
68
69func (s *metricsStruct) reportStoreError() {
70 s.metricStoreErrors.Add(1)

Callers 1

getPartialMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected