(dAtA []byte)
| 1185 | } |
| 1186 | |
| 1187 | func (m *GitCredentialRequest) MarshalTo(dAtA []byte) (int, error) { |
| 1188 | size := m.Size() |
| 1189 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1190 | } |
| 1191 | |
| 1192 | func (m *GitCredentialRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1193 | i := len(dAtA) |
nothing calls this directly
no test coverage detected