MCPcopy 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
126void AppConfig::save()
127{
128 auto file = getPath("application.conf");
129 ConfigIO::writeFile(file, _appconf->getConfigMap());
130}
131
132void AppConfig::load()
133{

Callers 6

applyConfigMethod · 0.45
setMethod · 0.45
savePresetMethod · 0.45
commitMethod · 0.45
savePresetMethod · 0.45
onAddClickedMethod · 0.45

Calls 1

getConfigMapMethod · 0.80

Tested by

no test coverage detected