MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / commit

Method commit

src/utils/dbus/IpcHandler.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void IpcHandler::commit() const
76{
77 DspConfig::instance().commit();
78 DspConfig::instance().save();
79 emit DspConfig::instance().configBuffered();
80}
81
82QString IpcHandler::get(const QString &key) const
83{

Callers 15

onCreateMethod · 0.45
onOptionsItemSelectedMethod · 0.45
onDrawerOpenedMethod · 0.45
selectItemMethod · 0.45
onCreateMethod · 0.45
onCreateMethod · 0.45
onOptionsItemSelectedMethod · 0.45
onDrawerOpenedMethod · 0.45
selectItemMethod · 0.45
onCreateMethod · 0.45

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected