Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Clear
Method
Clear
libs/map/gps_track.cpp:96–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void GpsTrack::Clear()
97
{
98
{
99
std::lock_guard lg(m_dataGuard);
100
m_points.clear();
101
m_needClear = true;
102
}
103
ScheduleTask();
104
}
105
106
size_t GpsTrack::GetSize() const
107
{
Callers
10
ClearGroup
Method · 0.45
InitCollection
Method · 0.45
UpdateStorage
Method · 0.45
UpdateCollection
Method · 0.45
CancelSearch
Method · 0.45
DeregisterAllMaps
Method · 0.45
SaveTrackRecordingWithName
Method · 0.45
ClearSearchHistory
Method · 0.45
UNIT_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
Calls
1
clear
Method · 0.45
Tested by
2
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36