Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ setSettings
Method
setSettings
src/AppConfig.cpp:249–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
}
248
249
void DeviceConfig::setSettings(ConfigSettings settings_in) {
250
settings = settings_in;
251
}
252
253
void DeviceConfig::setSetting(const std::string& key, std::string value) {
254
settings[key] = value;
Callers
1
OnUseSelected
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected