Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ TestBitsGetBits
Function
TestBitsGetBits
vector/bitvec/bits_test.go:9–11 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
7
)
8
9
func
TestBitsGetBits(t *testing.T) {
10
assert.Equal(t, []uint64{0x0f}, New([]uint64{0xff}, 4).GetBits())
11
}
12
13
func
TestBitsTrueCount(t *testing.T) {
14
assert.EqualValues(t, 0, Zero.TrueCount())
Callers
nothing calls this directly
Calls
3
GetBits
Method · 0.80
New
Function · 0.70
Equal
Method · 0.45
Tested by
no test coverage detected