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

Method Values

sbuf/array.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (a *Array) Values() []super.Value {
33 return a.values
34}
35
36func (a *Array) Append(r super.Value) {
37 a.values = append(a.values, r)

Callers 5

processMethod · 0.95
finishMethod · 0.95
ReadBSUPFunction · 0.95
ReadCSUPFunction · 0.95

Calls

no outgoing calls

Tested by 1