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

Method exec

source/src/scriptinterpreter.cpp:1367–1373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1365 catch (...)
1366 {
1367 return false;
1368 }
1369 }
1370};
1371struct QiFunc_dir_open : public QiFunc
1372{
1373 QiFunc_dir_open() : QiFunc(1) {}
1374 QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override
1375 {
1376 return reinterpret_cast<size_t>(ShellExecuteW(nullptr, L"open", L"explorer.exe", args[0].toWString().c_str(), nullptr, SW_SHOW)) > 32;

Callers

nothing calls this directly

Calls 3

writeFunction · 0.85
toIntegerMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected