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

Method exec

source/src/scriptinterpreter.cpp:1300–1305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1298};
1299
1300struct QiFunc_dir_exist : public QiFunc
1301{
1302 QiFunc_dir_exist() : QiFunc(1) {}
1303 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
1304 {
1305 return File::FolderExist(String::toWString(args[0].toString()));
1306 }
1307};
1308struct QiFunc_dir_create : public QiFunc

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected