(dAtA []byte)
| 1151 | } |
| 1152 | |
| 1153 | func (m *RulesRequest) MarshalTo(dAtA []byte) (int, error) { |
| 1154 | size := m.Size() |
| 1155 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1156 | } |
| 1157 | |
| 1158 | func (m *RulesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1159 | i := len(dAtA) |
nothing calls this directly
no test coverage detected