(dAtA []byte)
| 1399 | } |
| 1400 | |
| 1401 | func (m *GitConfigResponse_Config) MarshalTo(dAtA []byte) (int, error) { |
| 1402 | size := m.Size() |
| 1403 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1404 | } |
| 1405 | |
| 1406 | func (m *GitConfigResponse_Config) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1407 | i := len(dAtA) |
nothing calls this directly
no test coverage detected