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

Method inOriginalOutigs

RResolver/RAlgorithmsShort.cpp:892–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

890 }
891
892 bool inOriginalOutigs(const ContigNode& node) const
893 {
894 return std::find(originalOutigs.begin(), originalOutigs.end(), node) !=
895 originalOutigs.end();
896 }
897
898 RepeatInstance getReverse() const
899 {

Callers 1

processGraphFunction · 0.80

Calls 3

findFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected