MCPcopy Create free account
hub / github.com/covscript/covscript / exit

Function exit

sources/instance/type_ext.cpp:2166–2170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2164 }
2165
2166 void exit(const numeric &exit_code)
2167 {
2168 int code = exit_code.as_integer();
2169 current_process->on_process_exit.touch(&code);
2170 }
2171
2172 void init()
2173 {

Callers 1

Calls 1

touchMethod · 0.80

Tested by

no test coverage detected