Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
222
void 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
main
Function · 0.85
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected