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

Function handleVoidReply

src/utils/CliRemoteController.cpp:103–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103bool handleVoidReply(QDBusPendingReply<>& reply) {
104 reply.waitForFinished();
105
106 if(reply.isError()) {
107 Log::error(reply.error().message());;
108 }
109 return reply.isError();
110}
111
112bool validateKey(const QString& keyString, DspConfig::Key& resolvedKey) {
113 QMetaEnum meta = QMetaEnum::fromType<DspConfig::Key>();

Callers 6

setMethod · 0.85
loadPresetMethod · 0.85
savePresetMethod · 0.85
deletePresetMethod · 0.85
addPresetRuleMethod · 0.85
deletePresetRuleMethod · 0.85

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected