(b []byte, deterministic bool)
| 275 | return m.Unmarshal(b) |
| 276 | } |
| 277 | func (m *WriteRequestV2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 278 | if deterministic { |
| 279 | return xxx_messageInfo_WriteRequestV2.Marshal(b, m, deterministic) |
| 280 | } else { |
| 281 | b = b[:cap(b)] |
| 282 | n, err := m.MarshalToSizedBuffer(b) |
| 283 | if err != nil { |
| 284 | return nil, err |
| 285 | } |
| 286 | return b[:n], nil |
| 287 | } |
| 288 | } |
| 289 | func (m *WriteRequestV2) XXX_Merge(src proto.Message) { |
| 290 | xxx_messageInfo_WriteRequestV2.Merge(m, src) |
| 291 | } |
nothing calls this directly
no test coverage detected