()
| 522 | } |
| 523 | |
| 524 | func (m *Histogram) GetZeroCountInt() uint64 { |
| 525 | if x, ok := m.GetZeroCount().(*Histogram_ZeroCountInt); ok { |
| 526 | return x.ZeroCountInt |
| 527 | } |
| 528 | return 0 |
| 529 | } |
| 530 | |
| 531 | func (m *Histogram) GetZeroCountFloat() float64 { |
| 532 | if x, ok := m.GetZeroCount().(*Histogram_ZeroCountFloat); ok { |
no test coverage detected