Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
func
(w *Writer) Objects() []data.Object {
68
return
w.objects
69
}
70
71
func
(w *Writer) newObject() *data.Object {
72
w.objects = append(w.objects, data.NewObject())
Callers
2
Load
Method · 0.95
DeleteWhere
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected