(dAtA []byte)
| 2548 | } |
| 2549 | |
| 2550 | func (m *WriteRequest) MarshalTo(dAtA []byte) (int, error) { |
| 2551 | size := m.Size() |
| 2552 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 2553 | } |
| 2554 | |
| 2555 | func (m *WriteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 2556 | i := len(dAtA) |
nothing calls this directly
no test coverage detected