MCPcopy 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
49GpsTracker::GpsTracker() : m_enabled(GetSettingsIsEnabled()), m_track(GetFilePath(), std::make_unique<GpsTrackFilter>())
50{}
51
52void GpsTracker::SetEnabled(bool enabled)
53{

Callers

nothing calls this directly

Calls 2

GetSettingsIsEnabledFunction · 0.85
GetFilePathFunction · 0.70

Tested by

no test coverage detected