| 1803 | /* |
| 1804 | str cmd |
| 1805 | |
| 1806 | str return |
| 1807 | */ |
| 1808 | struct QiFunc_cmd : public QiFunc |
| 1809 | { |
| 1810 | QiFunc_cmd() : QiFunc(1) {} |
| 1811 | QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter*) const override |
nothing calls this directly
no test coverage detected