Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeXworks/texworks
/ JSScriptInterface
Method
JSScriptInterface
src/scripting/JSScriptInterface.h:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
public:
39
JSScriptInterface(QObject * parent) : QObject(parent) { }
40
~JSScriptInterface() override = default;
41
42
Script* newScript(const QString& fileName) override;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected