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

Method GetZeroCount

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

Source from the content-addressed store, hash-verified

1143 return nil
1144}
1145func (m *Histogram) GetZeroCount() isHistogram_ZeroCount {
1146 if m != nil {
1147 return m.ZeroCount
1148 }
1149 return nil
1150}
1151
1152func (m *Histogram) GetCountInt() uint64 {
1153 if x, ok := m.GetCount().(*Histogram_CountInt); ok {

Callers 2

GetZeroCountIntMethod · 0.95
GetZeroCountFloatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected