(dAtA []byte)
| 4592 | } |
| 4593 | |
| 4594 | func (m *ServiceStats) MarshalTo(dAtA []byte) (int, error) { |
| 4595 | size := m.Size() |
| 4596 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 4597 | } |
| 4598 | |
| 4599 | func (m *ServiceStats) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 4600 | i := len(dAtA) |
nothing calls this directly
no test coverage detected