Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getVisSplit
Method
getVisSplit
src/AppConfig.cpp:488–490 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
486
}
487
488
float AppConfig::getVisSplit() {
489
return visSplit.load();
490
}
491
492
void AppConfig::setBookmarkSplit(float value) {
493
bookmarkSplit.store(value);
Callers
1
initConfigurationSettings
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected