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

Method HasTimestamps

libs/kml/types.cpp:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42bool MultiGeometry::HasTimestamps() const
43{
44 if (m_timestamps.empty())
45 return false;
46 for (auto const & timestamp : m_timestamps)
47 if (!timestamp.empty())
48 return true;
49 return false;
50}
51
52bool MultiGeometry::HasTimestampsFor(size_t lineIndex) const
53{

Callers 4

DebugPrintMethod · 0.80
UNIT_TESTFunction · 0.80
UNIT_TESTFunction · 0.80
TrackStatisticsMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by 2

UNIT_TESTFunction · 0.64
UNIT_TESTFunction · 0.64