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

Method getEndCoord

src/EntryCNV.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 return startCoord_;
83}
84int EntryCNV::getEndCoord(){
85 return endCoord_;
86}
87int EntryCNV::getStart(){
88 return start_;
89}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected