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

Method getHash

src/rnabloom/graph/Kmer.java:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 public long getHash() {
58 return fHashVal;
59 }
60
61 public long getReverseComplementHash() {
62 return NTP64RC(bytes, bytes.length);

Callers 15

hashCodeMethod · 0.95
writeMethod · 0.45
containsAllKmersMethod · 0.45
lookupAndAddAllKmersMethod · 0.45
reduceRedundancyMethod · 0.45
representedMethod · 0.45
overlapMethod · 0.45
isChimeraMethod · 0.45
isTemplateSwitch2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected