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