(dAtA []byte)
| 2404 | } |
| 2405 | |
| 2406 | func (m *PrometheusResponseStats) MarshalTo(dAtA []byte) (int, error) { |
| 2407 | size := m.Size() |
| 2408 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 2409 | } |
| 2410 | |
| 2411 | func (m *PrometheusResponseStats) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 2412 | i := len(dAtA) |
nothing calls this directly
no test coverage detected