()
| 1185 | } |
| 1186 | |
| 1187 | func (m *Histogram) GetZeroCountInt() uint64 { |
| 1188 | if x, ok := m.GetZeroCount().(*Histogram_ZeroCountInt); ok { |
| 1189 | return x.ZeroCountInt |
| 1190 | } |
| 1191 | return 0 |
| 1192 | } |
| 1193 | |
| 1194 | func (m *Histogram) GetZeroCountFloat() float64 { |
| 1195 | if x, ok := m.GetZeroCount().(*Histogram_ZeroCountFloat); ok { |
no test coverage detected