MCPcopy Index your code
hub / github.com/prometheus/prometheus / noopHintRecordingQueryable

Struct noopHintRecordingQueryable

promql/engine_test.go:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278type noopHintRecordingQueryable struct {
279 hints []*storage.SelectHints
280}
281
282func (h *noopHintRecordingQueryable) Querier(int64, int64) (storage.Querier, error) {
283 return &hintRecordingQuerier{Querier: &errQuerier{}, h: h}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected