()
| 1150 | } |
| 1151 | |
| 1152 | func (m *Histogram) GetCountInt() uint64 { |
| 1153 | if x, ok := m.GetCount().(*Histogram_CountInt); ok { |
| 1154 | return x.CountInt |
| 1155 | } |
| 1156 | return 0 |
| 1157 | } |
| 1158 | |
| 1159 | func (m *Histogram) GetCountFloat() float64 { |
| 1160 | if x, ok := m.GetCount().(*Histogram_CountFloat); ok { |
no test coverage detected