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

Struct errChunkSeriesSet

storage/interface.go:586–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586type errChunkSeriesSet struct {
587 err error
588}
589
590func (errChunkSeriesSet) Next() bool { return false }
591func (errChunkSeriesSet) At() ChunkSeries { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected