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

Method setBase

Assembly/SeqExt.h:52–55  ·  view source on GitHub ↗

Set the specified adjacency. */

Source from the content-addressed store, hash-verified

50
51 /** Set the specified adjacency. */
52 void setBase(uint8_t base)
53 {
54 m_record |= 1 << base;
55 }
56
57 /** Clear the specified adjacency. */
58 void clearBase(uint8_t base)

Callers 2

TESTFunction · 0.45
setBaseExtensionMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36