(dAtA []byte)
| 3588 | } |
| 3589 | |
| 3590 | func (m *QueryRequest) MarshalTo(dAtA []byte) (int, error) { |
| 3591 | size := m.Size() |
| 3592 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 3593 | } |
| 3594 | |
| 3595 | func (m *QueryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 3596 | i := len(dAtA) |
nothing calls this directly
no test coverage detected