Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
func
(b Bits) Clone() Bits {
33
return
Bits{slices.Clone(b.bits), b.length}
34
}
35
36
func
(b Bits) IsZero() bool {
37
return
b.length == 0
Callers
nothing calls this directly
Calls
1
Clone
Method · 0.65
Tested by
no test coverage detected