MCPcopy
hub / github.com/prometheus/prometheus / nopIterator

Struct nopIterator

tsdb/chunkenc/chunk.go:304–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304type nopIterator struct{}
305
306func (nopIterator) Next() ValueType { return ValNone }
307func (nopIterator) Seek(int64) ValueType { return ValNone }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected