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

Method exec

source/src/scriptinterpreter.cpp:1396–1399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1394 }
1395};
1396struct QiFunc_file_move : public QiFunc
1397{
1398 QiFunc_file_move() : QiFunc(2) {}
1399 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
1400 {
1401 return static_cast<bool>(MoveFileW(String::toWString(args[0].toString()).c_str(), String::toWString(args[1].toString()).c_str()));
1402 }

Callers

nothing calls this directly

Calls 1

localValueMethod · 0.80

Tested by

no test coverage detected