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