MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / getStartCoord

Method getStartCoord

src/EntryCNV.cpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 return chr_;
80}
81int EntryCNV::getStartCoord(){
82 return startCoord_;
83}
84int EntryCNV::getEndCoord(){
85 return endCoord_;
86}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected