MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / save

Method save

src/config/DspConfig.h:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 }
241
242 void save()
243 {
244 auto file = AppConfig::instance().getDspConfPath();
245 ConfigIO::writeFile(file, _conf->getConfigMap());
246 }
247
248 void load()
249 {

Callers

nothing calls this directly

Calls 2

getDspConfPathMethod · 0.80
getConfigMapMethod · 0.80

Tested by

no test coverage detected