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

Method size

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

Return the number of sequences in this collection. */

Source from the content-addressed store, hash-verified

71
72 /** Return the number of sequences in this collection. */
73 size_t size() const { return m_data.size(); }
74
75 // Not a network sequence collection. Nothing to do.
76 size_t pumpNetwork() { return 0; }

Callers 1

printLoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected