(dAtA []byte)
| 4625 | } |
| 4626 | |
| 4627 | func (m *SpanSet) MarshalTo(dAtA []byte) (int, error) { |
| 4628 | size := m.Size() |
| 4629 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 4630 | } |
| 4631 | |
| 4632 | func (m *SpanSet) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 4633 | i := len(dAtA) |
nothing calls this directly
no test coverage detected