Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
565
type
errSeriesSet
struct
{
566
err error
567
}
568
569
func
(errSeriesSet) Next() bool {
return
false }
570
func
(errSeriesSet) At() Series {
return
nil }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected