(dAtA []byte)
| 3551 | } |
| 3552 | |
| 3553 | func (m *QueryResponse) MarshalTo(dAtA []byte) (int, error) { |
| 3554 | size := m.Size() |
| 3555 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 3556 | } |
| 3557 | |
| 3558 | func (m *QueryResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 3559 | i := len(dAtA) |
nothing calls this directly
no test coverage detected