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

Method count

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

Source from the content-addressed store, hash-verified

797 }
798
799 unsigned count() const {
800 unsigned BitCount = 0;
801 for (ElementListConstIter Iter = Elements.begin();
802 Iter != Elements.end();
803 ++Iter)
804 BitCount += Iter->count();
805
806 return BitCount;
807 }
808
809 iterator begin() const {
810 return iterator(this);

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected