(b []byte, deterministic bool)
| 326 | return m.Unmarshal(b) |
| 327 | } |
| 328 | func (m *GitConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 329 | if deterministic { |
| 330 | return xxx_messageInfo_GitConfigResponse.Marshal(b, m, deterministic) |
| 331 | } else { |
| 332 | b = b[:cap(b)] |
| 333 | n, err := m.MarshalToSizedBuffer(b) |
| 334 | if err != nil { |
| 335 | return nil, err |
| 336 | } |
| 337 | return b[:n], nil |
| 338 | } |
| 339 | } |
| 340 | func (m *GitConfigResponse) XXX_Merge(src proto.Message) { |
| 341 | xxx_messageInfo_GitConfigResponse.Merge(m, src) |
| 342 | } |
nothing calls this directly
no test coverage detected