MCPcopy
hub / github.com/prometheus/prometheus / errSearchResultSet

Struct errSearchResultSet

storage/interface.go:302–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300func EmptySearchResultSet() SearchResultSet { return emptySearchResultSet{} }
301
302type errSearchResultSet struct {
303 err error
304 warnings annotations.Annotations
305}
306
307func (errSearchResultSet) Next() bool { return false }
308func (errSearchResultSet) At() SearchResult { return SearchResult{} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected