Unmarshal implements proto.Message.
(dAtA []byte)
| 70 | |
| 71 | // Unmarshal implements proto.Message. |
| 72 | func (p *PreallocWriteRequest) Unmarshal(dAtA []byte) error { |
| 73 | p.Timeseries = PreallocTimeseriesSliceFromPool() |
| 74 | return p.WriteRequest.Unmarshal(dAtA) |
| 75 | } |
| 76 | |
| 77 | // PreallocTimeseries is a TimeSeries which preallocs slices on Unmarshal. |
| 78 | type PreallocTimeseries struct { |
nothing calls this directly
no test coverage detected