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

Method inOriginalIntigs

RResolver/RAlgorithmsShort.cpp:886–890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884 {}
885
886 bool inOriginalIntigs(const ContigNode& node) const
887 {
888 return std::find(originalIntigs.begin(), originalIntigs.end(), node) !=
889 originalIntigs.end();
890 }
891
892 bool inOriginalOutigs(const ContigNode& node) const
893 {

Callers 1

processGraphFunction · 0.80

Calls 3

findFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected