| 276 | } |
| 277 | |
| 278 | type noopHintRecordingQueryable struct { |
| 279 | hints []*storage.SelectHints |
| 280 | } |
| 281 | |
| 282 | func (h *noopHintRecordingQueryable) Querier(int64, int64) (storage.Querier, error) { |
| 283 | return &hintRecordingQuerier{Querier: &errQuerier{}, h: h}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected