Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsTrack
Function
IsTrack
libs/kml/serdes.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
std::string_view constexpr kCoordinates =
"coordinates"
;
35
36
bool IsTrack(std::string const & s)
37
{
38
return s ==
"Track"
|| s ==
"gx:Track"
;
39
}
40
41
bool IsCoord(std::string const & s)
42
{
Callers
4
IsProcessTrackTag
Method · 0.85
IsProcessTrackCoord
Method · 0.85
CharData
Method · 0.85
ShouldShowAddPlace
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected