Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Martchus/syncthingtray
/ log
Method
log
cli/jsconsole.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
void JSConsole::log(const QString &msg) const
12
{
13
cerr <<
"script: "
<< msg.toStdString() << endl;
14
}
Callers
1
example.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected