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

Method savePreset

src/utils/CliRemoteController.cpp:255–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255bool CliRemoteController::savePreset(const QString &name) const
256{
257 if(checkConnectionAndLog()) {
258 auto reply = service->savePreset(name);
259 return handleVoidReply(reply);
260 }
261
262 PresetManager::instance().save(name);
263 return true;
264}
265
266bool CliRemoteController::deletePreset(const QString &name) const
267{

Callers

nothing calls this directly

Calls 2

handleVoidReplyFunction · 0.85
saveMethod · 0.45

Tested by

no test coverage detected