Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ setDBOffset
Method
setDBOffset
src/AppConfig.cpp:460–462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
458
}
459
460
void AppConfig::setDBOffset(int offset) {
461
this->dbOffset.store(offset);
462
}
463
464
int AppConfig::getDBOffset() {
465
return dbOffset.load();
Callers
1
actionOnMenuDBOffset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected