(dAtA []byte)
| 1272 | return len(dAtA) - i, nil |
| 1273 | } |
| 1274 | func (m *GitCredentialResponse_Error) MarshalTo(dAtA []byte) (int, error) { |
| 1275 | size := m.Size() |
| 1276 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1277 | } |
| 1278 | |
| 1279 | func (m *GitCredentialResponse_Error) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1280 | i := len(dAtA) |
nothing calls this directly
no test coverage detected