MCPcopy
hub / github.com/prometheus/prometheus / fakeSeriesIterator

Struct fakeSeriesIterator

storage/buffer_test.go:440–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440type fakeSeriesIterator struct {
441 nsamples int64
442 step int64
443 idx int64
444}
445
446func newFakeSeriesIterator(nsamples, step int64) *fakeSeriesIterator {
447 return &fakeSeriesIterator{nsamples: nsamples, step: step, idx: -1}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected