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