MCPcopy Create free account
hub / github.com/cortexproject/cortex / GetResult

Method GetResult

pkg/querier/tripperware/query.pb.go:170–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168}
169
170func (m *PrometheusData) GetResult() PrometheusQueryResult {
171 if m != nil {
172 return m.Result
173 }
174 return PrometheusQueryResult{}
175}
176
177func (m *PrometheusData) GetStats() *PrometheusResponseStats {
178 if m != nil {

Callers 1

minTimeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected