(dAtA []byte)
| 8256 | } |
| 8257 | |
| 8258 | func (m *Metadata) MarshalTo(dAtA []byte) (int, error) { |
| 8259 | size := m.Size() |
| 8260 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 8261 | } |
| 8262 | |
| 8263 | func (m *Metadata) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 8264 | i := len(dAtA) |
nothing calls this directly
no test coverage detected