()
| 1478 | } |
| 1479 | |
| 1480 | func (m *GitConfigEntry) Marshal() (dAtA []byte, err error) { |
| 1481 | size := m.Size() |
| 1482 | dAtA = make([]byte, size) |
| 1483 | n, err := m.MarshalToSizedBuffer(dAtA[:size]) |
| 1484 | if err != nil { |
| 1485 | return nil, err |
| 1486 | } |
| 1487 | return dAtA[:n], nil |
| 1488 | } |
| 1489 | |
| 1490 | func (m *GitConfigEntry) MarshalTo(dAtA []byte) (int, error) { |
| 1491 | size := m.Size() |
nothing calls this directly
no test coverage detected