MCPcopy Create free account
hub / github.com/comaps/comaps / IsProcessTrackTag

Method IsProcessTrackTag

libs/kml/serdes.cpp:911–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911bool KmlParser::IsProcessTrackTag() const
912{
913 size_t const n = m_tags.size();
914 return n >= 3 && IsTrack(m_tags[n - 1]) && (m_tags[n - 2] == kPlacemark || m_tags[n - 3] == kPlacemark);
915}
916
917bool KmlParser::IsProcessTrackCoord() const
918{

Callers

nothing calls this directly

Calls 2

IsTrackFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected