MCPcopy
hub / github.com/syncthing/syncthing / metricsFile

Struct metricsFile

lib/fs/metrics.go:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270type metricsFile struct {
271 fs *metricsFS
272 next File
273}
274
275func (m *metricsFile) Read(p []byte) (n int, err error) {
276 acc := m.fs.account(metricOpRead)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected