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

Function out_degree

Graph/DirectedGraph.h:585–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583
584template <typename VP, typename EP>
585typename DirectedGraph<VP, EP>::degree_size_type
586out_degree(
587 typename DirectedGraph<VP, EP>::vertex_descriptor u,
588 const DirectedGraph<VP, EP>& g)
589{
590 return g.out_degree(u);
591}
592
593// AdjacencyGraph
594

Callers 1

num_edgesMethod · 0.70

Calls 1

out_degreeMethod · 0.45

Tested by

no test coverage detected