Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
71
func
TestBitmap32_zGetBit(t *testing.T) {
72
m := Bitmap32(0x55555555)
73
assert.Equal(t, true, m.GetBit(2))
74
}
75
76
func
TestBitmap64_SetBit(t *testing.T) {
77
m := Bitmap64(0)
Callers
nothing calls this directly
Calls
2
Bitmap32
TypeAlias · 0.85
GetBit
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…