(dAtA []byte)
| 3514 | } |
| 3515 | |
| 3516 | func (m *ReadResponse) MarshalTo(dAtA []byte) (int, error) { |
| 3517 | size := m.Size() |
| 3518 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 3519 | } |
| 3520 | |
| 3521 | func (m *ReadResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 3522 | i := len(dAtA) |
nothing calls this directly
no test coverage detected