Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Audio4Linux/JDSP4Linux
/ save
Method
save
src/config/AppConfig.cpp:126–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
void AppConfig::save()
127
{
128
auto file = getPath(
"application.conf"
);
129
ConfigIO::writeFile(file, _appconf->getConfigMap());
130
}
131
132
void AppConfig::load()
133
{
Callers
6
applyConfig
Method · 0.45
set
Method · 0.45
savePreset
Method · 0.45
commit
Method · 0.45
savePreset
Method · 0.45
onAddClicked
Method · 0.45
Calls
1
getConfigMap
Method · 0.80
Tested by
no test coverage detected