(dAtA []byte)
| 1251 | } |
| 1252 | |
| 1253 | func (m *GitCredentialResponse_Credential) MarshalTo(dAtA []byte) (int, error) { |
| 1254 | size := m.Size() |
| 1255 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1256 | } |
| 1257 | |
| 1258 | func (m *GitCredentialResponse_Credential) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1259 | i := len(dAtA) |
nothing calls this directly
no test coverage detected