(dAtA []byte)
| 2865 | } |
| 2866 | |
| 2867 | func (m *MetadataV2) MarshalTo(dAtA []byte) (int, error) { |
| 2868 | size := m.Size() |
| 2869 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 2870 | } |
| 2871 | |
| 2872 | func (m *MetadataV2) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 2873 | i := len(dAtA) |
nothing calls this directly
no test coverage detected