MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / logExtraConfig

Method logExtraConfig

src/client/client-common/utils/extraconfig.cpp:380–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380void ExtraConfig::logExtraConfig()
381{
382 if (configLines_.isEmpty()) {
383 qCDebug(LOG_BASIC) << "No extra config found";
384 } else {
385 qCDebug(LOG_BASIC) << "Extra config: " << configLines_.join("\n");
386 }
387}
388
389QJsonObject ExtraConfig::toJson()
390{

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected