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

Method destroy

src/rnabloom/bloom/BloomFilter.java:246–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

244 }
245
246 public void destroy() {
247 if (this.bitArray != null) {
248 this.bitArray.destroy();
249 this.bitArray = null;
250 }
251 }
252
253 public boolean equivalent(BloomFilter bf) {
254 return this.size == bf.size &&

Callers 3

minimalSetMethod · 0.95
restoreGraphMethod · 0.45
destroyAllBfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected