| 923 | if (Qi::set.driver) QiFn::InitDriver(false); |
| 924 | #endif |
| 925 | |
| 926 | QiScriptInterpreter::init(); |
| 927 | }); |
| 928 | } |
| 929 | |
| 930 | [[noreturn]] void Qi::exit(int code) |
| 931 | { |
| 932 | QiScriptInterpreter::exit(); |
nothing calls this directly
no outgoing calls
no test coverage detected