MCPcopy
hub / github.com/prometheus/prometheus / errSeriesSet

Struct errSeriesSet

storage/interface.go:565–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565type errSeriesSet struct {
566 err error
567}
568
569func (errSeriesSet) Next() bool { return false }
570func (errSeriesSet) At() Series { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected