(dAtA []byte)
| 3157 | } |
| 3158 | |
| 3159 | func (m *MetricMetadata) MarshalTo(dAtA []byte) (int, error) { |
| 3160 | size := m.Size() |
| 3161 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 3162 | } |
| 3163 | |
| 3164 | func (m *MetricMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 3165 | i := len(dAtA) |
nothing calls this directly
no test coverage detected