MCPcopy Create free account
hub / github.com/TeXworks/texworks / mayExecuteSystemCommand

Method mayExecuteSystemCommand

unit-tests/MockScriptingAPI.h:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 QList<QVariant> getEngineList() const override { return {}; }
214
215 bool mayExecuteSystemCommand(const QString& cmd, QObject * context) const override {
216 Q_UNUSED(cmd);
217 Q_UNUSED(context);
218 return false;
219 }
220 bool mayWriteFile(const QString& filename, QObject * context) const override {
221 Q_UNUSED(filename);
222 Q_UNUSED(context);

Callers 1

mocksMethod · 0.45

Calls

no outgoing calls

Tested by 1

mocksMethod · 0.36