Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getIndex
Method · 0.95
set
Method · 0.45
Tested by
no test coverage detected