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

Method getStart

src/main/java/com/rtg/vcf/VcfRecord.java:140–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 }
139
140 @Override
141 public int getStart() {
142 return mStart;
143 }
144
145 @Override
146 public int getEnd() {

Callers 11

testUpdatePosMethod · 0.95
decomposeMethod · 0.95
nextPositionMethod · 0.95
loadVcfIdRangesMethod · 0.95
setNextMethod · 0.95
getOneBasedStartMethod · 0.95
flushFirstMethod · 0.95
loadVariantSetMethod · 0.95
replaySequenceMethod · 0.95
mutateSequenceMethod · 0.95
mutateSequenceMethod · 0.95

Calls

no outgoing calls

Tested by 1

testUpdatePosMethod · 0.76