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

Method num_vertices

Graph/HashGraph.h:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 vertices_size_type num_vertices() const
85 {
86 return m_vertices.size();
87 }
88
89 std::pair<VertexListIterator, VertexListIterator>
90 get_successors(const vertex_descriptor& v) const

Callers 9

mainFunction · 0.45
assembleContigsFunction · 0.45
num_verticesFunction · 0.45
num_verticesFunction · 0.45
SAMIO.hFile · 0.45
num_verticesFunction · 0.45
removeContigsFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected