(dAtA []byte)
| 1499 | } |
| 1500 | |
| 1501 | func (m *AlertStateDesc) MarshalTo(dAtA []byte) (int, error) { |
| 1502 | size := m.Size() |
| 1503 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1504 | } |
| 1505 | |
| 1506 | func (m *AlertStateDesc) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1507 | i := len(dAtA) |
nothing calls this directly
no test coverage detected