MCPcopy 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
36func (a *Array) Append(r super.Value) {
37 a.values = append(a.values, r)
38}
39
40func (a *Array) Write(r super.Value) error {
41 a.Append(r.Copy())

Callers 15

WriteMethod · 0.95
processMethod · 0.95
encodeAnyMethod · 0.45
encodeSliceBytesMethod · 0.45
encodeArrayBytesMethod · 0.45
buildValueFunction · 0.45
BuildPrimitiveFunction · 0.45
buildRecordFunction · 0.45
buildFusionFunction · 0.45
buildEnumFunction · 0.45
buildTypeValueFunction · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected