| 268 | } |
| 269 | |
| 270 | type metricsFile struct { |
| 271 | fs *metricsFS |
| 272 | next File |
| 273 | } |
| 274 | |
| 275 | func (m *metricsFile) Read(p []byte) (n int, err error) { |
| 276 | acc := m.fs.account(metricOpRead) |
nothing calls this directly
no outgoing calls
no test coverage detected