(dAtA []byte)
| 1420 | return len(dAtA) - i, nil |
| 1421 | } |
| 1422 | func (m *GitConfigResponse_Error) MarshalTo(dAtA []byte) (int, error) { |
| 1423 | size := m.Size() |
| 1424 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1425 | } |
| 1426 | |
| 1427 | func (m *GitConfigResponse_Error) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1428 | i := len(dAtA) |
nothing calls this directly
no test coverage detected