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

Method empty

Parallel/NetworkSequenceCollection.h:108–108  ·  view source on GitHub ↗

Return true if this container is empty. */

Source from the content-addressed store, hash-verified

106
107 /** Return true if this container is empty. */
108 bool empty() const { return m_data.empty(); }
109
110 void printLoad() const { m_data.printLoad(); }
111

Callers 15

mainFunction · 0.45
readPathsFunction · 0.45
makeSeedMapFunction · 0.45
removeAmbiguousContigsFunction · 0.45
trimOverlapsFunction · 0.45
addPathOverlapEdgesFunction · 0.45
mergePathsFunction · 0.45
assembleOverlappingPathsFunction · 0.45
mainFunction · 0.45
runMethod · 0.45
controlCoverageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected