Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
bool GpsTrack::IsEmpty() const
113
{
114
if (!m_collection)
115
return true;
116
return m_collection->IsEmpty();
117
}
118
119
void GpsTrack::SetCallback(TGpsTrackDiffCallback callback)
120
{
Callers
5
SaveTrackRecording
Method · 0.45
GetCategoryRect
Method · 0.45
AreAllCategoriesEmpty
Method · 0.45
IsCategoryEmpty
Method · 0.45
IsTrackRecordingEmpty
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected