MCPcopy 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
917bool 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
923void KmlParser::Pop(std::string_view tag)
924{

Callers

nothing calls this directly

Calls 3

IsTrackFunction · 0.85
IsCoordFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected