(dAtA []byte)
| 4681 | } |
| 4682 | |
| 4683 | func (m *Span) MarshalTo(dAtA []byte) (int, error) { |
| 4684 | size := m.Size() |
| 4685 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 4686 | } |
| 4687 | |
| 4688 | func (m *Span) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 4689 | i := len(dAtA) |
nothing calls this directly
no test coverage detected