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

Method exec

source/src/scriptinterpreter.cpp:1379–1382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1377 }
1378};
1379
1380struct QiFunc_file_exist : public QiFunc
1381{
1382 QiFunc_file_exist() : QiFunc(1) {}
1383 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
1384 {
1385 return File::FileExist(String::toWString(args[0].toString()));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected