MCPcopy Create free account
hub / github.com/BirolLab/abyss / operator()

Method operator()

PathOverlap/PathOverlap.cpp:517–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515 , m_isPositive(pred)
516 {}
517 bool operator()(edge_descriptor e) const
518 {
519 bool stranded = true;
520 if (opt::ss)
521 stranded = m_isPositive(e);
522 return stranded && getOverlap(m_pmap, source(e, m_g), target(e, m_g));
523 }
524
525 typedef edge_descriptor argument_type;
526 typedef bool result_type;

Callers

nothing calls this directly

Calls 1

getOverlapFunction · 0.85

Tested by

no test coverage detected