(dAtA []byte)
| 1451 | } |
| 1452 | |
| 1453 | func (m *GitConfig) MarshalTo(dAtA []byte) (int, error) { |
| 1454 | size := m.Size() |
| 1455 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1456 | } |
| 1457 | |
| 1458 | func (m *GitConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1459 | i := len(dAtA) |
nothing calls this directly
no test coverage detected