Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ atTime
Method
atTime
pkg/querier/batch/stream.go:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
func
(bs *batchStream) atTime() int64 {
48
return
(*bs)[0].Timestamps[(*bs)[0].Index]
49
}
50
51
func
(bs *batchStream) at() (int64, float64) {
52
b := &(*bs)[0]
Callers
1
mergeStreams
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected