(dAtA []byte)
| 458 | } |
| 459 | |
| 460 | func (m *CompactedBlockMeta) MarshalTo(dAtA []byte) (int, error) { |
| 461 | size := m.Size() |
| 462 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 463 | } |
| 464 | |
| 465 | func (m *CompactedBlockMeta) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 466 | i := len(dAtA) |
nothing calls this directly
no test coverage detected