(dAtA []byte)
| 1488 | } |
| 1489 | |
| 1490 | func (m *GitConfigEntry) MarshalTo(dAtA []byte) (int, error) { |
| 1491 | size := m.Size() |
| 1492 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1493 | } |
| 1494 | |
| 1495 | func (m *GitConfigEntry) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1496 | i := len(dAtA) |
nothing calls this directly
no test coverage detected