MCPcopy 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
96func (b block) intersects(other block) bool {
97 return b&other == other
98}
99
100func (b block) String() string {
101 return fmt.Sprintf(fmt.Sprintf("%%0%db", s), uint64(b))

Callers 3

IntersectsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected