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

Method exec

source/src/scriptinterpreter.cpp:1310–1313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308struct QiFunc_dir_create : public QiFunc
1309{
1310 QiFunc_dir_create() : QiFunc(1) {}
1311 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
1312 {
1313 return static_cast<bool>(CreateDirectoryW(args[0].toWString().c_str(), NULL));
1314 }
1315};
1316struct QiFunc_dir_copy : public QiFunc

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected