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

Method begin

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

Source from the content-addressed store, hash-verified

62 }
63
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(); }

Callers 4

setDeletedKeyMethod · 0.45
cleanupMethod · 0.45
wipeFlagMethod · 0.45
verticesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected