Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GpsTracker
Method
GpsTracker
libs/map/gps_tracker.cpp:49–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
GpsTracker::GpsTracker() : m_enabled(GetSettingsIsEnabled()), m_track(GetFilePath(), std::make_unique<GpsTrackFilter>())
50
{}
51
52
void GpsTracker::SetEnabled(bool enabled)
53
{
Callers
nothing calls this directly
Calls
2
GetSettingsIsEnabled
Function · 0.85
GetFilePath
Function · 0.70
Tested by
no test coverage detected