Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
assembleContigs
Function · 0.45
num_vertices
Function · 0.45
num_vertices
Function · 0.45
SAMIO.h
File · 0.45
num_vertices
Function · 0.45
removeContigs
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected