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

Method IsEmpty

libs/map/gps_track.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112bool GpsTrack::IsEmpty() const
113{
114 if (!m_collection)
115 return true;
116 return m_collection->IsEmpty();
117}
118
119void GpsTrack::SetCallback(TGpsTrackDiffCallback callback)
120{

Callers 5

SaveTrackRecordingMethod · 0.45
GetCategoryRectMethod · 0.45
AreAllCategoriesEmptyMethod · 0.45
IsCategoryEmptyMethod · 0.45
IsTrackRecordingEmptyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected