(dAtA []byte)
| 3007 | } |
| 3008 | |
| 3009 | func (m *TimeSeries) MarshalTo(dAtA []byte) (int, error) { |
| 3010 | size := m.Size() |
| 3011 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 3012 | } |
| 3013 | |
| 3014 | func (m *TimeSeries) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 3015 | i := len(dAtA) |
nothing calls this directly
no test coverage detected