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

Function num_edges

Graph/DirectedGraph.h:633–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631
632template <typename VP, typename EP>
633typename DirectedGraph<VP, EP>::edges_size_type
634num_edges(const DirectedGraph<VP, EP>& g)
635{
636 return g.num_edges();
637}
638
639template <typename VP, typename EP>
640std::pair<typename DirectedGraph<VP, EP>::edge_iterator,

Callers

nothing calls this directly

Calls 1

num_edgesMethod · 0.80

Tested by

no test coverage detected