Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ OldEdge
Class
OldEdge
RResolver/RAlgorithmsShort.cpp:836–845 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
834
}
835
836
struct OldEdge
837
{
838
839
OldEdge(ContigNode u, ContigNode v)
840
: u(u)
841
, v(v)
842
{}
843
844
ContigNode u, v;
845
};
846
847
struct NewEdge
848
{
Callers
1
processGraph
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected