(dAtA []byte)
| 2715 | } |
| 2716 | |
| 2717 | func (m *TimeSeriesV2) MarshalTo(dAtA []byte) (int, error) { |
| 2718 | size := m.Size() |
| 2719 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 2720 | } |
| 2721 | |
| 2722 | func (m *TimeSeriesV2) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 2723 | i := len(dAtA) |
nothing calls this directly
no test coverage detected