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

Method length

FMIndex/bit_array.cc:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36uint64_t BitArray::length() const {
37 return length_;
38}
39
40uint64_t BitArray::one_num() const{
41 return one_num_;

Callers 3

operator()Method · 0.45
sizeMethod · 0.45
atMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected