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

Function BeginUnion

complex.go:405–408  ·  view source on GitHub ↗
(b *scode.Builder, tag int)

Source from the content-addressed store, hash-verified

403}
404
405func BeginUnion(b *scode.Builder, tag int) {
406 b.BeginContainer()
407 b.Append(EncodeUint(uint64(tag)))
408}

Callers 11

SerializeMethod · 0.92
buildUnionFunction · 0.92
toUnionMethod · 0.92
encodeMethod · 0.92
toUnionMethod · 0.92
GenValueFunction · 0.92
appendFieldsMethod · 0.92
buildScodeUnionMethod · 0.92
decodeUnionMethod · 0.92
BuildUnionFunction · 0.85

Calls 3

EncodeUintFunction · 0.85
BeginContainerMethod · 0.80
AppendMethod · 0.45

Tested by

no test coverage detected