(dAtA []byte)
| 9888 | } |
| 9889 | |
| 9890 | func (m *SubscriptionRequest) MarshalTo(dAtA []byte) (int, error) { |
| 9891 | size := m.Size() |
| 9892 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 9893 | } |
| 9894 | |
| 9895 | func (m *SubscriptionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 9896 | i := len(dAtA) |
nothing calls this directly
no test coverage detected