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

Function logAndCout

src/windscribe-cli/main.cpp:222–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void logAndCout(const QString &str)
223{
224 if (str.isEmpty()) {
225 return;
226 }
227 qCInfo(LOG_CLI) << str;
228 std::cout << str.toStdString() << std::endl;
229}
230

Callers 1

mainFunction · 0.85

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected