Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/prometheus
/ noopSeriesSet
Struct
noopSeriesSet
storage/noop.go:79–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
type
noopSeriesSet
struct
{}
80
81
// NoopSeriesSet is a SeriesSet that does nothing.
82
func
NoopSeriesSet() SeriesSet {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected