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

Method exec

source/src/scriptinterpreter.cpp:1404–1409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1402 QiFunc_file_copy() : QiFunc(2) {}
1403 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
1404 {
1405 return static_cast<bool>(CopyFileW(String::toWString(args[0].toString()).c_str(), String::toWString(args[1].toString()).c_str(), TRUE));
1406 }
1407};
1408struct QiFunc_file_move : public QiFunc
1409{
1410 QiFunc_file_move() : QiFunc(2) {}
1411 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
1412 {

Callers

nothing calls this directly

Calls 3

FindMacroFunction · 0.85
toStringMethod · 0.45
activeMethod · 0.45

Tested by

no test coverage detected