(dAtA []byte)
| 428 | } |
| 429 | |
| 430 | func (m *InstanceDesc) MarshalTo(dAtA []byte) (int, error) { |
| 431 | size := m.Size() |
| 432 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 433 | } |
| 434 | |
| 435 | func (m *InstanceDesc) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 436 | i := len(dAtA) |
nothing calls this directly
no test coverage detected