()
| 487 | } |
| 488 | |
| 489 | func (m *Histogram) GetCountInt() uint64 { |
| 490 | if x, ok := m.GetCount().(*Histogram_CountInt); ok { |
| 491 | return x.CountInt |
| 492 | } |
| 493 | return 0 |
| 494 | } |
| 495 | |
| 496 | func (m *Histogram) GetCountFloat() float64 { |
| 497 | if x, ok := m.GetCount().(*Histogram_CountFloat); ok { |
no test coverage detected