MCPcopy Index your code
hub / github.com/prometheus/prometheus / AtT

Method AtT

storage/buffer.go:159–161  ·  view source on GitHub ↗

AtT returns the current timestamp of the iterator.

()

Source from the content-addressed store, hash-verified

157
158// AtT returns the current timestamp of the iterator.
159func (b *BufferedSeriesIterator) AtT() int64 {
160 return b.it.AtT()
161}
162
163// AtST returns the current sample's start timestamp of the iterator.
164func (b *BufferedSeriesIterator) AtST() int64 {

Callers 2

SeekMethod · 0.95
NextMethod · 0.95

Calls 1

AtTMethod · 0.65

Tested by

no test coverage detected