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

Method clear

Assembly/SeqExt.h:64–67  ·  view source on GitHub ↗

Remove the specified edges. */

Source from the content-addressed store, hash-verified

62
63 /** Remove the specified edges. */
64 void clear(SeqExt ext)
65 {
66 m_record &= ~ext.m_record;
67 }
68
69 /** Return wheter the specified base is adjacent. */
70 bool checkBase(uint8_t base) const

Callers 15

readAlignmentsFunction · 0.45
scaffold_memoizedFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
alignFileFunction · 0.45
mainFunction · 0.45
readPairsFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TESTFunction · 0.36