Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
func
(a *Array) Values() []super.Value {
33
return
a.values
34
}
35
36
func
(a *Array) Append(r super.Value) {
37
a.values = append(a.values, r)
Callers
5
TestArrayWriteCopiesValueBytes
Function · 0.95
process
Method · 0.95
finish
Method · 0.95
ReadBSUP
Function · 0.95
ReadCSUP
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestArrayWriteCopiesValueBytes
Function · 0.76