Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Workiva/go-datastructures
/ intersects
Method
intersects
bitarray/block.go:96–98 ·
view source on GitHub ↗
(other block)
Source
from the content-addressed store, hash-verified
94
}
95
96
func
(b block) intersects(other block) bool {
97
return
b&other == other
98
}
99
100
func
(b block) String() string {
101
return
fmt.Sprintf(fmt.Sprintf(
"%%0%db"
, s), uint64(b))
Callers
3
intersectsSparseBitArray
Method · 0.80
intersectsDenseBitArray
Method · 0.80
Intersects
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected