MCPcopy Create free account
hub / github.com/ablab/spades / intersects

Method intersects

ext/include/llvm/ADT/SparseBitVector.h:738–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736 }
737
738 bool intersects(const SparseBitVector<ElementSize> *RHS) const {
739 return intersects(*RHS);
740 }
741
742 // Return true if we share any bits in common with RHS
743 bool intersects(const SparseBitVector<ElementSize> &RHS) const {

Callers

nothing calls this directly

Calls 5

intersectsFunction · 0.85
beginMethod · 0.45
emptyMethod · 0.45
endMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected