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

Method fileExists

unit-tests/MockScriptingAPI.h:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 };
95 }
96 int fileExists(const QString& filename) const override {
97 Q_UNUSED(filename);
98 return ScriptAPIInterface::SystemAccess_Failed;
99 }
100
101 // QMessageBox functions to display alerts
102 int information(QWidget* parent,

Callers 1

mocksMethod · 0.45

Calls

no outgoing calls

Tested by 1

mocksMethod · 0.36