MCPcopy
hub / github.com/prometheus/prometheus / testSeriesSet

Struct testSeriesSet

storage/interface.go:551–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551type testSeriesSet struct {
552 series Series
553}
554
555func (testSeriesSet) Next() bool { return true }
556func (s testSeriesSet) At() Series { return s.series }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected