Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
240
template <typename G>
241
typename ContigGraph<G>::degree_size_type
242
out_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_degree
Method · 0.70
Calls
1
out_degree
Method · 0.45
Tested by
no test coverage detected