(dAtA []byte)
| 1229 | } |
| 1230 | |
| 1231 | func (m *GitCredentialResponse) MarshalTo(dAtA []byte) (int, error) { |
| 1232 | size := m.Size() |
| 1233 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1234 | } |
| 1235 | |
| 1236 | func (m *GitCredentialResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1237 | i := len(dAtA) |
nothing calls this directly
no test coverage detected