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

Method GetData

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

Source from the content-addressed store, hash-verified

81}
82
83func (m *PrometheusResponse) GetData() PrometheusData {
84 if m != nil {
85 return m.Data
86 }
87 return PrometheusData{}
88}
89
90func (m *PrometheusResponse) GetErrorType() string {
91 if m != nil {

Callers 1

minTimeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected