(b []byte, deterministic bool)
| 452 | return m.Unmarshal(b) |
| 453 | } |
| 454 | func (m *GitConfigEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 455 | if deterministic { |
| 456 | return xxx_messageInfo_GitConfigEntry.Marshal(b, m, deterministic) |
| 457 | } else { |
| 458 | b = b[:cap(b)] |
| 459 | n, err := m.MarshalToSizedBuffer(b) |
| 460 | if err != nil { |
| 461 | return nil, err |
| 462 | } |
| 463 | return b[:n], nil |
| 464 | } |
| 465 | } |
| 466 | func (m *GitConfigEntry) XXX_Merge(src proto.Message) { |
| 467 | xxx_messageInfo_GitConfigEntry.Merge(m, src) |
| 468 | } |
nothing calls this directly
no test coverage detected