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

Method add

src/rnabloom/bloom/PairedKeysBloomFilter.java:133–135  ·  view source on GitHub ↗
(final long hashValPair)

Source from the content-addressed store, hash-verified

131// }
132
133 public void add(final long hashValPair) {
134 add(hashFunction.getHashValues(hashValPair, numHash));
135 }
136
137 public void add(final long[] hashValsPair) {
138 for (int h=0; h<numHash; ++h) {

Callers

nothing calls this directly

Calls 3

getIndexMethod · 0.95
getHashValuesMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected