(dAtA []byte)
| 1377 | } |
| 1378 | |
| 1379 | func (m *GitConfigResponse) MarshalTo(dAtA []byte) (int, error) { |
| 1380 | size := m.Size() |
| 1381 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1382 | } |
| 1383 | |
| 1384 | func (m *GitConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1385 | i := len(dAtA) |
nothing calls this directly
no test coverage detected