Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Append
Method
Append
sbuf/array.go:36–38 ·
view source on GitHub ↗
(r super.Value)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
(a *Array) Append(r super.Value) {
37
a.values = append(a.values, r)
38
}
39
40
func
(a *Array) Write(r super.Value) error {
41
a.Append(r.Copy())
Callers
15
Write
Method · 0.95
process
Method · 0.95
encodeAny
Method · 0.45
encodeSliceBytes
Method · 0.45
encodeArrayBytes
Method · 0.45
buildValue
Function · 0.45
BuildPrimitive
Function · 0.45
buildRecord
Function · 0.45
buildFusion
Function · 0.45
buildEnum
Function · 0.45
buildTypeValue
Function · 0.45
build
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected