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

Function GetSettingsIsEnabled

libs/map/gps_tracker.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28inline bool GetSettingsIsEnabled()
29{
30 bool enabled;
31 if (!settings::Get(kEnabledKey, enabled))
32 enabled = false;
33 return enabled;
34}
35
36inline void SetSettingsIsEnabled(bool enabled)
37{

Callers 1

GpsTrackerMethod · 0.85

Calls 1

GetFunction · 0.85

Tested by

no test coverage detected