(dAtA []byte)
| 3889 | } |
| 3890 | |
| 3891 | func (m *LabelNamesRequest) MarshalTo(dAtA []byte) (int, error) { |
| 3892 | size := m.Size() |
| 3893 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 3894 | } |
| 3895 | |
| 3896 | func (m *LabelNamesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 3897 | i := len(dAtA) |
nothing calls this directly
no test coverage detected