Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Audio4Linux/JDSP4Linux
/ getAll
Method
getAll
src/utils/dbus/IpcHandler.cpp:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
QString IpcHandler::getAll() const
95
{
96
return DspConfig::instance().serialize();
97
}
98
99
void IpcHandler::set(const QString &key, const QDBusVariant &value) const
100
{
Callers
nothing calls this directly
Calls
1
serialize
Method · 0.80
Tested by
no test coverage detected