Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Audio4Linux/JDSP4Linux
/ savePreset
Method
savePreset
src/utils/dbus/IpcHandler.cpp:123–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
void IpcHandler::savePreset(const QString &name) const
124
{
125
PresetManager::instance().save(name);
126
}
127
128
void IpcHandler::deletePreset(const QString &name) const
129
{
Callers
nothing calls this directly
Calls
1
save
Method · 0.45
Tested by
no test coverage detected