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

Method deletePreset

src/utils/CliRemoteController.cpp:266–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266bool CliRemoteController::deletePreset(const QString &name) const
267{
268 if(checkConnectionAndLog()) {
269 auto reply = service->deletePreset(name);
270 return handleVoidReply(reply);
271 }
272
273 PresetManager::instance().remove(name);
274 return true;
275}
276
277bool CliRemoteController::listPresetRules() const
278{

Callers

nothing calls this directly

Calls 2

handleVoidReplyFunction · 0.85
removeMethod · 0.45

Tested by

no test coverage detected