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

Function out_degree

Graph/ContigGraph.h:241–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239
240template <typename G>
241typename ContigGraph<G>::degree_size_type
242out_degree(
243 typename ContigGraph<G>::vertex_descriptor u,
244 const ContigGraph<G>& g)
245{
246 return g.out_degree(u);
247}
248
249// BidirectionalGraph
250

Callers 1

in_degreeMethod · 0.70

Calls 1

out_degreeMethod · 0.45

Tested by

no test coverage detected