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