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

Method toString

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

Source from the content-addressed store, hash-verified

71 }
72
73 @Override
74 public String toString() {
75 return bytesToString(bytes, bytes.length);
76 }
77
78 @Override
79 public int hashCode(){

Callers 15

getMaxCoveragePathMethod · 0.95
correctInternalErrorsMethod · 0.95
correctErrorHelperMethod · 0.95
correctMismatchesMethod · 0.95
greedyExtendMethod · 0.95
writeMethod · 0.45
clusterLongReadsMethod · 0.45
writeToFileMethod · 0.45
runMethod · 0.45
mainMethod · 0.45

Calls 1

bytesToStringMethod · 0.80

Tested by

no test coverage detected