()
| 1137 | func (*Histogram_ZeroCountFloat) isHistogram_ZeroCount() {} |
| 1138 | |
| 1139 | func (m *Histogram) GetCount() isHistogram_Count { |
| 1140 | if m != nil { |
| 1141 | return m.Count |
| 1142 | } |
| 1143 | return nil |
| 1144 | } |
| 1145 | func (m *Histogram) GetZeroCount() isHistogram_ZeroCount { |
| 1146 | if m != nil { |
| 1147 | return m.ZeroCount |
no outgoing calls
no test coverage detected