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

Method append

runtime/sam/expr/values.go:386–389  ·  view source on GitHub ↗
(val super.Value)

Source from the content-addressed store, hash-verified

384}
385
386func (c *collectionBuilder) append(val super.Value) {
387 c.types = append(c.types, val.Type())
388 c.bytes = append(c.bytes, val.Bytes())
389}
390
391func (c *collectionBuilder) appendSpread(inner super.Type, b scode.Bytes) {
392 union, _ := super.TypeUnder(inner).(*super.TypeUnion)

Callers 3

EvalMethod · 0.45
EvalMethod · 0.45
EvalMethod · 0.45

Calls 2

TypeMethod · 0.65
BytesMethod · 0.45

Tested by

no test coverage detected