(dAtA []byte)
| 3477 | } |
| 3478 | |
| 3479 | func (m *ReadRequest) MarshalTo(dAtA []byte) (int, error) { |
| 3480 | size := m.Size() |
| 3481 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 3482 | } |
| 3483 | |
| 3484 | func (m *ReadRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 3485 | i := len(dAtA) |
nothing calls this directly
no test coverage detected