Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
inline bool GetSettingsIsEnabled()
29
{
30
bool enabled;
31
if (!settings::Get(kEnabledKey, enabled))
32
enabled = false;
33
return enabled;
34
}
35
36
inline void SetSettingsIsEnabled(bool enabled)
37
{
Callers
1
GpsTracker
Method · 0.85
Calls
1
Get
Function · 0.85
Tested by
no test coverage detected