(b []byte, deterministic bool)
| 408 | return m.Unmarshal(b) |
| 409 | } |
| 410 | func (m *GitConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 411 | if deterministic { |
| 412 | return xxx_messageInfo_GitConfig.Marshal(b, m, deterministic) |
| 413 | } else { |
| 414 | b = b[:cap(b)] |
| 415 | n, err := m.MarshalToSizedBuffer(b) |
| 416 | if err != nil { |
| 417 | return nil, err |
| 418 | } |
| 419 | return b[:n], nil |
| 420 | } |
| 421 | } |
| 422 | func (m *GitConfig) XXX_Merge(src proto.Message) { |
| 423 | xxx_messageInfo_GitConfig.Merge(m, src) |
| 424 | } |
nothing calls this directly
no test coverage detected