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

Method empty

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

Return true if the SparseBitVector is empty

Source from the content-addressed store, hash-verified

793
794 // Return true if the SparseBitVector is empty
795 bool empty() const {
796 return Elements.empty();
797 }
798
799 unsigned count() const {
800 unsigned BitCount = 0;

Callers 11

FindLowerBoundImplMethod · 0.45
AdvanceToFirstNonZeroMethod · 0.45
testMethod · 0.45
resetMethod · 0.45
setMethod · 0.45
operator|=Method · 0.45
operator&=Method · 0.45
intersectsMethod · 0.45
find_firstMethod · 0.45
find_lastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected