Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
on_process_exit_default_handler
Method · 0.85
Calls
1
touch
Method · 0.80
Tested by
no test coverage detected