Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
880
void Device::quit(int exit_code)
881
{
882
_exit_code = exit_code & 0xff;
883
_quit = 1;
884
}
885
886
int Device::argc() const
887
{
Callers
4
device_message_quit
Function · 0.80
main
Function · 0.80
main
Function · 0.80
load_api
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected