MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / exit

Method exit

source/src/init.cpp:925–929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected