MCPcopy
hub / github.com/prometheus/prometheus / mockIndex

Struct mockIndex

tsdb/querier_test.go:2436–2440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2434}
2435
2436type mockIndex struct {
2437 series map[storage.SeriesRef]series
2438 postings map[labels.Label][]storage.SeriesRef
2439 symbols map[string]struct{}
2440}
2441
2442func newMockIndex() mockIndex {
2443 ix := mockIndex{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected