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

Method exec

source/src/scriptinterpreter.cpp:1387–1390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1385 return File::FileExist(String::toWString(args[0].toString()));
1386 }
1387};
1388struct QiFunc_file_copy : public QiFunc
1389{
1390 QiFunc_file_copy() : QiFunc(2) {}
1391 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
1392 {
1393 return static_cast<bool>(CopyFileW(String::toWString(args[0].toString()).c_str(), String::toWString(args[1].toString()).c_str(), TRUE));

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected