(dAtA []byte)
| 4047 | } |
| 4048 | |
| 4049 | func (m *TraceByIDRequest) MarshalTo(dAtA []byte) (int, error) { |
| 4050 | size := m.Size() |
| 4051 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 4052 | } |
| 4053 | |
| 4054 | func (m *TraceByIDRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 4055 | i := len(dAtA) |
nothing calls this directly
no test coverage detected