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

Method GetCount

pkg/cortexpb/cortex.pb.go:1139–1144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1137func (*Histogram_ZeroCountFloat) isHistogram_ZeroCount() {}
1138
1139func (m *Histogram) GetCount() isHistogram_Count {
1140 if m != nil {
1141 return m.Count
1142 }
1143 return nil
1144}
1145func (m *Histogram) GetZeroCount() isHistogram_ZeroCount {
1146 if m != nil {
1147 return m.ZeroCount

Callers 3

IsFloatHistogramMethod · 0.95
GetCountIntMethod · 0.95
GetCountFloatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected