(dAtA []byte)
| 10638 | } |
| 10639 | |
| 10640 | func (m *BulkMeta) MarshalTo(dAtA []byte) (int, error) { |
| 10641 | size := m.Size() |
| 10642 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 10643 | } |
| 10644 | |
| 10645 | func (m *BulkMeta) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 10646 | i := len(dAtA) |
nothing calls this directly
no test coverage detected