(dAtA []byte)
| 10079 | } |
| 10080 | |
| 10081 | func (m *Status) MarshalTo(dAtA []byte) (int, error) { |
| 10082 | size := m.Size() |
| 10083 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 10084 | } |
| 10085 | |
| 10086 | func (m *Status) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 10087 | i := len(dAtA) |
nothing calls this directly
no test coverage detected