(dAtA []byte)
| 3825 | } |
| 3826 | |
| 3827 | func (m *LabelValuesResponse) MarshalTo(dAtA []byte) (int, error) { |
| 3828 | size := m.Size() |
| 3829 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 3830 | } |
| 3831 | |
| 3832 | func (m *LabelValuesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 3833 | i := len(dAtA) |
nothing calls this directly
no test coverage detected