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

Function edge

Graph/ContigGraph.h:328–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326
327template <typename G>
328std::pair<typename ContigGraph<G>::edge_descriptor, bool>
329edge(
330 typename ContigGraph<G>::vertex_descriptor u,
331 typename ContigGraph<G>::vertex_descriptor v,
332 const ContigGraph<G>& g)
333{
334 return g.edge(u, v);
335}
336
337// VertexMutableGraph
338

Callers 15

DotIO.hFile · 0.70
AsqgIO.hFile · 0.70
scaffoldBubbleFunction · 0.70
AdjIO.hFile · 0.70
addComplementaryEdgesFunction · 0.70
GfaIO.hFile · 0.70
processQueryFunction · 0.50
isCycleFunction · 0.50
resolveForksFunction · 0.50
removeRepeatsFunction · 0.50
addDistEstFunction · 0.50
extendJunctionFunction · 0.50

Calls 1

edgeMethod · 0.45

Tested by 1

TESTFunction · 0.40