()
| 1175 | } |
| 1176 | |
| 1177 | func (m *GitCredentialRequest) Marshal() (dAtA []byte, err error) { |
| 1178 | size := m.Size() |
| 1179 | dAtA = make([]byte, size) |
| 1180 | n, err := m.MarshalToSizedBuffer(dAtA[:size]) |
| 1181 | if err != nil { |
| 1182 | return nil, err |
| 1183 | } |
| 1184 | return dAtA[:n], nil |
| 1185 | } |
| 1186 | |
| 1187 | func (m *GitCredentialRequest) MarshalTo(dAtA []byte) (int, error) { |
| 1188 | size := m.Size() |
nothing calls this directly
no test coverage detected