MCPcopy
hub / github.com/prometheus/prometheus / mergedStringIter

Struct mergedStringIter

tsdb/querier.go:1224–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1222}
1223
1224type mergedStringIter struct {
1225 a index.StringIter
1226 b index.StringIter
1227 aok, bok bool
1228 cur string
1229 err error
1230}
1231
1232func (m *mergedStringIter) Next() bool {
1233 if (!m.aok && !m.bok) || (m.Err() != nil) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected