(dAtA []byte)
| 3694 | } |
| 3695 | |
| 3696 | func (m *QueryStreamResponse) MarshalTo(dAtA []byte) (int, error) { |
| 3697 | size := m.Size() |
| 3698 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 3699 | } |
| 3700 | |
| 3701 | func (m *QueryStreamResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 3702 | i := len(dAtA) |
nothing calls this directly
no test coverage detected