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

Function edges

Graph/DirectedGraph.h:640–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638
639template <typename VP, typename EP>
640std::pair<typename DirectedGraph<VP, EP>::edge_iterator,
641 typename DirectedGraph<VP, EP>::edge_iterator>
642edges(const DirectedGraph<VP, EP>& g)
643{
644 return g.edges();
645}
646
647// AdjacencyMatrix
648

Callers

nothing calls this directly

Calls 1

edgesMethod · 0.80

Tested by

no test coverage detected