Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ local_exit
Function
local_exit
extra/resolve_stack_dump.c:99–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
void local_exit(int error)
100
{
101
clean_up();
102
my_end(0);
103
exit(error);
104
}
105
106
107
static my_bool
Callers
2
get_one_option
Function · 0.85
parse_args
Function · 0.85
Calls
2
my_end
Function · 0.85
clean_up
Function · 0.70
Tested by
no test coverage detected