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

Method checkBase

Assembly/SeqExt.h:70–73  ·  view source on GitHub ↗

Return wheter the specified base is adjacent. */

Source from the content-addressed store, hash-verified

68
69 /** Return wheter the specified base is adjacent. */
70 bool checkBase(uint8_t base) const
71 {
72 return m_record & (1 << base);
73 }
74
75 /** Clear all adjacency. */
76 void clear()

Callers 7

TESTFunction · 0.45
nextMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
SeqExtClass · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36