Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1278
func
(it *DeletedIterator) At() (int64, float64) {
1279
return
it.Iter.At()
1280
}
1281
1282
func
(it *DeletedIterator) AtHistogram(h *histogram.Histogram) (int64, *histogram.Histogram) {
1283
t, h := it.Iter.AtHistogram(h)
Callers
1
TestDeletedIterator
Function · 0.95
Calls
1
At
Method · 0.65
Tested by
1
TestDeletedIterator
Function · 0.76