| 20 | var tracer = otel.Tracer("tempodb/encoding/vparquet5") |
| 21 | |
| 22 | type backendBlock struct { |
| 23 | meta *backend.BlockMeta |
| 24 | r backend.Reader |
| 25 | |
| 26 | openMtx sync.Mutex |
| 27 | } |
| 28 | |
| 29 | var _ common.BackendBlock = (*backendBlock)(nil) |
| 30 |
nothing calls this directly
no outgoing calls
no test coverage detected