Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ endBitPos
Method
endBitPos
Bloom/BloomFilterWindow.h:58–61 ·
view source on GitHub ↗
Get the end bit position for the window. */
Source
from the content-addressed store, hash-verified
56
57
/** Get the end bit position for the window. */
58
size_t endBitPos()
59
{
60
return m_endBitPos;
61
}
62
63
/** Return the size of the bit array. */
64
size_t size() const
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected