MCPcopy Index your code
hub / github.com/Workiva/go-datastructures / TestBitmap32_zGetBit

Function TestBitmap32_zGetBit

bitarray/bitmap_test.go:71–74  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

69}
70
71func TestBitmap32_zGetBit(t *testing.T) {
72 m := Bitmap32(0x55555555)
73 assert.Equal(t, true, m.GetBit(2))
74}
75
76func TestBitmap64_SetBit(t *testing.T) {
77 m := Bitmap64(0)

Callers

nothing calls this directly

Calls 2

Bitmap32TypeAlias · 0.85
GetBitMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…