Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ NewEdge
Class
NewEdge
RResolver/RAlgorithmsShort.cpp:847–858 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
845
};
846
847
struct NewEdge
848
{
849
850
NewEdge(ContigNode u, ContigNode v, Distance distance)
851
: u(u)
852
, v(v)
853
, distance(distance)
854
{}
855
856
ContigNode u, v;
857
Distance distance;
858
};
859
860
struct NewVertex
861
{
Callers
1
processGraph
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected