(dAtA []byte)
| 2058 | } |
| 2059 | |
| 2060 | func (m *PrometheusData) MarshalTo(dAtA []byte) (int, error) { |
| 2061 | size := m.Size() |
| 2062 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 2063 | } |
| 2064 | |
| 2065 | func (m *PrometheusData) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 2066 | i := len(dAtA) |
nothing calls this directly
no test coverage detected