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

Method size

FMIndex/BitArrays.h:57–61  ·  view source on GitHub ↗

Return the size of the string. */

Source from the content-addressed store, hash-verified

55
56 /** Return the size of the string. */
57 size_t size() const
58 {
59 assert(!m_data.empty());
60 return m_data.front().length();
61 }
62
63 /** Return the number of occurrences of the specified symbol. */
64 size_t count(T c) const { return m_data[c].one_num(); }

Callers 2

assignMethod · 0.45
BitArraysClass · 0.45

Calls 3

emptyMethod · 0.45
lengthMethod · 0.45
frontMethod · 0.45

Tested by

no test coverage detected