(dAtA []byte)
| 3206 | } |
| 3207 | |
| 3208 | func (m *Metric) MarshalTo(dAtA []byte) (int, error) { |
| 3209 | size := m.Size() |
| 3210 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 3211 | } |
| 3212 | |
| 3213 | func (m *Metric) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 3214 | i := len(dAtA) |
nothing calls this directly
no test coverage detected