(dAtA []byte)
| 127 | } |
| 128 | |
| 129 | func (bs *LabelAdapter) MarshalTo(dAtA []byte) (int, error) { |
| 130 | size := bs.Size() |
| 131 | return bs.MarshalToSizedBuffer(dAtA[:size]) |
| 132 | } |
| 133 | |
| 134 | // MarshalTo implements proto.Marshaller. |
| 135 | func (bs *LabelAdapter) MarshalToSizedBuffer(buf []byte) (n int, err error) { |
nothing calls this directly
no test coverage detected