Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Audio4Linux/JDSP4Linux
/ setAndCommit
Method
setAndCommit
src/utils/dbus/IpcHandler.cpp:104–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
void IpcHandler::setAndCommit(const QString &key, const QDBusVariant &value) const
105
{
106
setInternal(key, value);
107
commit();
108
}
109
110
QStringList IpcHandler::getPresets() const
111
{
Callers
1
set
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected