Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.45
setBaseExtension
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36