(dAtA []byte)
| 1525 | } |
| 1526 | |
| 1527 | func (m *ErrorInfo) MarshalTo(dAtA []byte) (int, error) { |
| 1528 | size := m.Size() |
| 1529 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1530 | } |
| 1531 | |
| 1532 | func (m *ErrorInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1533 | i := len(dAtA) |
nothing calls this directly
no test coverage detected