(id ksuid.KSUID)
| 88 | } |
| 89 | |
| 90 | func (o *Object) appendDeleteVector(id ksuid.KSUID) { |
| 91 | o.append(&DeleteVector{Commit: o.Commit, ID: id}) |
| 92 | } |
| 93 | |
| 94 | func (o Object) Serialize() ([]byte, error) { |
| 95 | writer := bsupbytes.NewSerializer() |
no test coverage detected