MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / log

Method log

scriptcontainer.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void ScriptContainer::log(QJSValue logString)
110{
111 QString val = logString.toString();
112 emit sendLog(val);
113}
114
115void ScriptContainer::setTickInterval(QJSValue interval)
116{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected