Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
84
int EntryCNV::getEndCoord(){
85
return endCoord_;
86
}
87
int EntryCNV::getStart(){
88
return start_;
89
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected