MCPcopy Create free account
hub / github.com/BirolLab/abyss / one_num

Method one_num

FMIndex/bit_array.cc:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40uint64_t BitArray::one_num() const{
41 return one_num_;
42}
43
44void BitArray::Init(uint64_t length){
45 length_ = length;

Callers 1

countMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected