MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / toString

Method toString

src/main/java/com/rtg/vcf/SymbolicAlt.java:96–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }
95
96 @Override
97 public String toString() {
98 return mRefSubs + '<' + (mSubTypes.size() > 0 ? mType + ":" + StringUtils.join(';', mSubTypes) : mType) + ">";
99 }
100}

Callers 1

checkMethod · 0.95

Calls 2

joinMethod · 0.95
sizeMethod · 0.45

Tested by 1

checkMethod · 0.76