Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Martchus/syncthingtray
/ JSConsole
Method
JSConsole
cli/jsconsole.cpp:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
using namespace std;
6
7
JSConsole::JSConsole(QObject *parent) : QObject(parent)
8
{
9
}
10
11
void JSConsole::log(const QString &msg) const
12
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected