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

Method Serialize

vector/bool.go:41–43  ·  view source on GitHub ↗
(builder *scode.Builder, slot uint32)

Source from the content-addressed store, hash-verified

39}
40
41func (b *Bool) Serialize(builder *scode.Builder, slot uint32) {
42 builder.Append(super.EncodeBool(b.IsSet(slot)))
43}
44
45func Or(a, b *Bool) *Bool {
46 return NewBool(bitvec.Or(a.Bits, b.Bits))

Callers

nothing calls this directly

Calls 3

EncodeBoolFunction · 0.92
IsSetMethod · 0.80
AppendMethod · 0.45

Tested by

no test coverage detected