MCPcopy
hub / github.com/prometheus/prometheus / At

Method At

tsdb/querier.go:1278–1280  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1276}
1277
1278func (it *DeletedIterator) At() (int64, float64) {
1279 return it.Iter.At()
1280}
1281
1282func (it *DeletedIterator) AtHistogram(h *histogram.Histogram) (int64, *histogram.Histogram) {
1283 t, h := it.Iter.AtHistogram(h)

Callers 1

TestDeletedIteratorFunction · 0.95

Calls 1

AtMethod · 0.65

Tested by 1

TestDeletedIteratorFunction · 0.76