(dAtA []byte)
| 3768 | } |
| 3769 | |
| 3770 | func (m *LabelValuesRequest) MarshalTo(dAtA []byte) (int, error) { |
| 3771 | size := m.Size() |
| 3772 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 3773 | } |
| 3774 | |
| 3775 | func (m *LabelValuesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 3776 | i := len(dAtA) |
nothing calls this directly
no test coverage detected