Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsProcessTrackCoord
Method
IsProcessTrackCoord
libs/kml/serdes.cpp:917–921 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
915
}
916
917
bool KmlParser::IsProcessTrackCoord() const
918
{
919
size_t const n = m_tags.size();
920
return n >= 4 && IsTrack(m_tags[n - 2]) && IsCoord(m_tags[n - 1]);
921
}
922
923
void KmlParser::Pop(std::string_view tag)
924
{
Callers
nothing calls this directly
Calls
3
IsTrack
Function · 0.85
IsCoord
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected