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

Method add

src/rnabloom/bloom/SimpleBloomFilter.java:47–50  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

45 }
46
47 @Override
48 public void add(String key) {
49 bitArray.set(getIndex(key));
50 }
51
52 @Override
53 public boolean lookup(String key) {

Callers

nothing calls this directly

Calls 2

getIndexMethod · 0.95
setMethod · 0.45

Tested by

no test coverage detected