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

Method end

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

Source from the content-addressed store, hash-verified

64 iterator begin() { return m_data.begin(); }
65 const_iterator begin() const { return m_data.begin(); }
66 iterator end() { return m_data.end(); }
67 const_iterator end() const { return m_data.end(); }
68
69 /** Return true if this collection is empty. */

Callers 12

operator[]Method · 0.45
setDeletedKeyMethod · 0.45
addMethod · 0.45
cleanupMethod · 0.45
setBaseExtensionMethod · 0.45
removeExtensionMethod · 0.45
setFlagMethod · 0.45
wipeFlagMethod · 0.45
findMethod · 0.45
getSeqDataMethod · 0.45
verticesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected