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

Struct emptySearchResultSet

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

Source from the content-addressed store, hash-verified

289}
290
291type emptySearchResultSet struct{}
292
293func (emptySearchResultSet) Next() bool { return false }
294func (emptySearchResultSet) At() SearchResult { return SearchResult{} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected