Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getModemPropsCollapsed
Method
getModemPropsCollapsed
src/AppConfig.cpp:382–384 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
380
}
381
382
bool AppConfig::getModemPropsCollapsed() {
383
return modemPropsCollapsed.load();
384
}
385
386
void AppConfig::setShowTips(bool show) {
387
showTips.store(show);
Callers
1
initConfigurationSettings
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected