MCPcopy Create free account
hub / github.com/crownengine/crown / quit

Method quit

src/device/device.cpp:880–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878}
879
880void Device::quit(int exit_code)
881{
882 _exit_code = exit_code & 0xff;
883 _quit = 1;
884}
885
886int Device::argc() const
887{

Callers 4

device_message_quitFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
load_apiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected