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

Method startBitPos

Bloom/BloomFilterWindow.h:52–55  ·  view source on GitHub ↗

Get the start bit position for the window. */

Source from the content-addressed store, hash-verified

50
51 /** Get the start bit position for the window. */
52 size_t startBitPos()
53 {
54 return m_startBitPos;
55 }
56
57 /** Get the end bit position for the window. */
58 size_t endBitPos()

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected