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

Method LoadIsolinesEnabled

libs/map/framework.cpp:2580–2586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2578}
2579
2580bool Framework::LoadIsolinesEnabled()
2581{
2582 bool enabled;
2583 if (!settings::Get(kIsolinesEnabledKey, enabled))
2584 enabled = false;
2585 return enabled;
2586}
2587
2588void Framework::SaveIsolinesEnabled(bool enabled)
2589{

Calls 1

GetFunction · 0.85

Tested by

no test coverage detected