(b []byte, deterministic bool)
| 57 | return m.Unmarshal(b) |
| 58 | } |
| 59 | func (m *BlockMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 60 | if deterministic { |
| 61 | return xxx_messageInfo_BlockMeta.Marshal(b, m, deterministic) |
| 62 | } else { |
| 63 | b = b[:cap(b)] |
| 64 | n, err := m.MarshalToSizedBuffer(b) |
| 65 | if err != nil { |
| 66 | return nil, err |
| 67 | } |
| 68 | return b[:n], nil |
| 69 | } |
| 70 | } |
| 71 | func (m *BlockMeta) XXX_Merge(src proto.Message) { |
| 72 | xxx_messageInfo_BlockMeta.Merge(m, src) |
| 73 | } |
nothing calls this directly
no test coverage detected