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

Method empty

Assembly/DBG.h:70–70  ·  view source on GitHub ↗

Return true if this collection is empty. */

Source from the content-addressed store, hash-verified

68
69 /** Return true if this collection is empty. */
70 bool empty() const { return m_data.empty(); }
71
72 /** Return the number of sequences in this collection. */
73 size_t size() const { return m_data.size(); }

Callers 15

read_seqsFunction · 0.45
filterAlignmentsFunction · 0.45
addOverlapsSAFunction · 0.45
mainFunction · 0.45
write_graphFunction · 0.45
assembleFunction · 0.45
mainFunction · 0.45
setColourSpaceMethod · 0.45
loadSequencesFunction · 0.45
generateAdjacencyFunction · 0.45
openBubbleFileFunction · 0.45
popBubblesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected