MCPcopy 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
836struct OldEdge
837{
838
839 OldEdge(ContigNode u, ContigNode v)
840 : u(u)
841 , v(v)
842 {}
843
844 ContigNode u, v;
845};
846
847struct NewEdge
848{

Callers 1

processGraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected