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

Method destroy

src/rnabloom/bloom/CountingBloomFilter.java:315–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

313 }
314
315 public void destroy() {
316 if (this.counts != null) {
317 this.counts.destroy();
318 this.counts = null;
319 }
320 }
321
322 public boolean equivalent(CountingBloomFilter bf) {
323 return this.size == bf.size &&

Callers 3

minimizerBasedMethod · 0.95
kmerBasedMethod · 0.95
strobemerBasedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected