(b []byte, deterministic bool)
| 512 | return m.Unmarshal(b) |
| 513 | } |
| 514 | func (m *MetadataV2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 515 | if deterministic { |
| 516 | return xxx_messageInfo_MetadataV2.Marshal(b, m, deterministic) |
| 517 | } else { |
| 518 | b = b[:cap(b)] |
| 519 | n, err := m.MarshalToSizedBuffer(b) |
| 520 | if err != nil { |
| 521 | return nil, err |
| 522 | } |
| 523 | return b[:n], nil |
| 524 | } |
| 525 | } |
| 526 | func (m *MetadataV2) XXX_Merge(src proto.Message) { |
| 527 | xxx_messageInfo_MetadataV2.Merge(m, src) |
| 528 | } |
nothing calls this directly
no test coverage detected