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

Method exec

source/src/scriptinterpreter.cpp:1451–1455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1449 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
1450 {
1451 return File::SaveText(args[0].toString().c_str(), args[1].toString().c_str());
1452 }
1453};
1454
1455struct QiFunc_csv_rows : public QiFunc
1456{
1457 QiFunc_csv_rows() : QiFunc(1) {}
1458 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