MCPcopy 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

34std::string_view constexpr kCoordinates = "coordinates";
35
36bool IsTrack(std::string const & s)
37{
38 return s == "Track" || s == "gx:Track";
39}
40
41bool IsCoord(std::string const & s)
42{

Callers 4

IsProcessTrackTagMethod · 0.85
IsProcessTrackCoordMethod · 0.85
CharDataMethod · 0.85
ShouldShowAddPlaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected