| 616 | struct QiFunc_save : public QiFunc |
| 617 | { |
| 618 | QiFunc_save() : QiFunc(2) {} |
| 619 | QiVar exec(const std::vector<QiVar>& args, QiScriptInterpreter* inter) const override |
| 620 | { |
| 621 | inter->setSavedVariable(args[0].toString(), args[1]); |
nothing calls this directly
no outgoing calls
no test coverage detected