MCPcopy 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
300template <typename G>
301std::pair<typename ContigGraph<G>::vertex_iterator,
302 typename ContigGraph<G>::vertex_iterator>
303vertices(const ContigGraph<G>& g)
304{
305 return g.vertices();
306}
307
308// EdgeListGraph
309

Callers

nothing calls this directly

Calls 1

verticesMethod · 0.80

Tested by

no test coverage detected