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

Class NewVertex

RResolver/RAlgorithmsShort.cpp:860–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858};
859
860struct NewVertex
861{
862
863 NewVertex(ContigNode original, ContigNode node)
864 : original(original)
865 , node(node)
866 {}
867
868 ContigNode original, node;
869};
870
871class RepeatInstance
872{

Callers 1

processGraphFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected