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

Method writeFile

unit-tests/MockScriptingAPI.h:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 };
81 }
82 int writeFile(const QString& filename, const QString& content) const override {
83 Q_UNUSED(filename);
84 Q_UNUSED(content);
85 return ScriptAPIInterface::SystemAccess_Failed;
86 }
87 // Content is read in text-mode in utf8 encoding
88 QMap<QString, QVariant> readFile(const QString& filename) const override {
89 Q_UNUSED(filename);

Callers 1

mocksMethod · 0.45

Calls

no outgoing calls

Tested by 1

mocksMethod · 0.36