(dAtA []byte)
| 2640 | } |
| 2641 | |
| 2642 | func (m *WriteRequestV2) MarshalTo(dAtA []byte) (int, error) { |
| 2643 | size := m.Size() |
| 2644 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 2645 | } |
| 2646 | |
| 2647 | func (m *WriteRequestV2) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 2648 | i := len(dAtA) |
nothing calls this directly
no test coverage detected