| 490 | struct QiFunc_exist : public QiFunc |
| 491 | { |
| 492 | QiFunc_exist() : QiFunc(1) {} |
| 493 | QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter* inter) const override |
| 494 | { |
| 495 | return inter->exist(args[0].toString()); |
nothing calls this directly
no outgoing calls
no test coverage detected