(dAtA []byte)
| 5436 | } |
| 5437 | |
| 5438 | func (m *Trace) MarshalTo(dAtA []byte) (int, error) { |
| 5439 | size := m.Size() |
| 5440 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 5441 | } |
| 5442 | |
| 5443 | func (m *Trace) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 5444 | i := len(dAtA) |
nothing calls this directly
no test coverage detected