(dAtA []byte)
| 1304 | } |
| 1305 | |
| 1306 | func (m *RulesResponse) MarshalTo(dAtA []byte) (int, error) { |
| 1307 | size := m.Size() |
| 1308 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1309 | } |
| 1310 | |
| 1311 | func (m *RulesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1312 | i := len(dAtA) |
nothing calls this directly
no test coverage detected