| 504 | struct QiFunc_value : public QiFunc |
| 505 | { |
| 506 | QiFunc_value() : QiFunc(1, 2) {} |
| 507 | QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter* inter) const override |
| 508 | { |
| 509 | if (args.size() > 1) |
nothing calls this directly
no outgoing calls
no test coverage detected