MCPcopy 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
99void local_exit(int error)
100{
101 clean_up();
102 my_end(0);
103 exit(error);
104}
105
106
107static my_bool

Callers 2

get_one_optionFunction · 0.85
parse_argsFunction · 0.85

Calls 2

my_endFunction · 0.85
clean_upFunction · 0.70

Tested by

no test coverage detected