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

Function TestBitmap32_ClearBit

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

Source from the content-addressed store, hash-verified

64}
65
66func TestBitmap32_ClearBit(t *testing.T) {
67 m := Bitmap32(0x4)
68 assert.Equal(t, Bitmap32(0), m.ClearBit(2))
69}
70
71func TestBitmap32_zGetBit(t *testing.T) {
72 m := Bitmap32(0x55555555)

Callers

nothing calls this directly

Calls 2

Bitmap32TypeAlias · 0.85
ClearBitMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…