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

Method mayWriteFile

unit-tests/MockScriptingAPI.h:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 return false;
219 }
220 bool mayWriteFile(const QString& filename, QObject * context) const override {
221 Q_UNUSED(filename);
222 Q_UNUSED(context);
223 return false;
224 }
225 bool mayReadFile(const QString& filename, QObject * context) const override {
226 Q_UNUSED(filename);
227 Q_UNUSED(context);

Callers 1

mocksMethod · 0.45

Calls

no outgoing calls

Tested by 1

mocksMethod · 0.36