Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getMainSplit
Method
getMainSplit
src/AppConfig.cpp:480–482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
478
}
479
480
float AppConfig::getMainSplit() {
481
return mainSplit.load();
482
}
483
484
void AppConfig::setVisSplit(float value) {
485
visSplit.store(value);
Callers
1
initConfigurationSettings
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected