(b []byte, deterministic bool)
| 77 | return m.Unmarshal(b) |
| 78 | } |
| 79 | func (m *GitCredentialRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 80 | if deterministic { |
| 81 | return xxx_messageInfo_GitCredentialRequest.Marshal(b, m, deterministic) |
| 82 | } else { |
| 83 | b = b[:cap(b)] |
| 84 | n, err := m.MarshalToSizedBuffer(b) |
| 85 | if err != nil { |
| 86 | return nil, err |
| 87 | } |
| 88 | return b[:n], nil |
| 89 | } |
| 90 | } |
| 91 | func (m *GitCredentialRequest) XXX_Merge(src proto.Message) { |
| 92 | xxx_messageInfo_GitCredentialRequest.Merge(m, src) |
| 93 | } |
nothing calls this directly
no test coverage detected