MCPcopy Create free account
hub / github.com/brimdata/super / appendDeleteVector

Method appendDeleteVector

db/commits/object.go:90–92  ·  view source on GitHub ↗
(id ksuid.KSUID)

Source from the content-addressed store, hash-verified

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

Callers 2

NewCommitObjectMethod · 0.95
NewDeleteVectorsObjectFunction · 0.95

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected