MCPcopy Create free account
hub / github.com/BirolLab/RNA-Bloom / popCount

Method popCount

src/rnabloom/bloom/buffer/LargeBitBuffer.java:93–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 @Override
94 public long popCount() {
95 return backingByteBuffer.bitPopCount();
96 }
97
98 @Override
99 public void destroy() {

Callers 9

getFPRMethod · 0.45
getLeftFPRMethod · 0.45
getRightFPRMethod · 0.45
getPairFPRMethod · 0.45
getOptimalSizeMethod · 0.45
getPopCountMethod · 0.45
getFPRMethod · 0.45
getFPRMethod · 0.45
getFPRMethod · 0.45

Calls 1

bitPopCountMethod · 0.45

Tested by

no test coverage detected