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

Method Clone

vector/bitvec/bits.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (b Bits) Clone() Bits {
33 return Bits{slices.Clone(b.bits), b.length}
34}
35
36func (b Bits) IsZero() bool {
37 return b.length == 0

Callers

nothing calls this directly

Calls 1

CloneMethod · 0.65

Tested by

no test coverage detected