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

Method Objects

db/writer.go:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67func (w *Writer) Objects() []data.Object {
68 return w.objects
69}
70
71func (w *Writer) newObject() *data.Object {
72 w.objects = append(w.objects, data.NewObject())

Callers 2

LoadMethod · 0.95
DeleteWhereMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected