MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / exec

Method exec

source/src/scriptinterpreter.cpp:1443–1446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1441 QByteArray data;
1442 if (File::LoadText(args[0].toString().c_str(), data)) return QString::fromUtf8(data).toStdString();
1443 return {};
1444 }
1445};
1446struct QiFunc_file_write : public QiFunc
1447{
1448 QiFunc_file_write() : QiFunc(2) {}
1449 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override

Callers

nothing calls this directly

Calls 1

toWStringMethod · 0.45

Tested by

no test coverage detected