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

Method append

db/commits/object.go:74–76  ·  view source on GitHub ↗
(action Action)

Source from the content-addressed store, hash-verified

72}
73
74func (o *Object) append(action Action) {
75 o.Actions = append(o.Actions, action)
76}
77
78func (o *Object) appendAdd(dataObject *data.Object) {
79 o.append(&Add{Commit: o.Commit, Object: *dataObject})

Callers 7

NewObjectFunction · 0.95
NewAddsObjectFunction · 0.95
appendAddMethod · 0.95
appendDeleteMethod · 0.95
appendAddVectorMethod · 0.95
appendDeleteVectorMethod · 0.95
DecodeObjectFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected