Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ vertices
Function
vertices
Graph/ContigGraph.h:301–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
300
template <typename G>
301
std::pair<typename ContigGraph<G>::vertex_iterator,
302
typename ContigGraph<G>::vertex_iterator>
303
vertices(const ContigGraph<G>& g)
304
{
305
return g.vertices();
306
}
307
308
// EdgeListGraph
309
Callers
nothing calls this directly
Calls
1
vertices
Method · 0.80
Tested by
no test coverage detected