MCPcopy Create free account
hub / github.com/git/git / set_die_routine

Function set_die_routine

usage.c:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133static int (*die_is_recursing)(void) = die_is_recursing_builtin;
134
135void set_die_routine(NORETURN_PTR report_fn routine)
136{
137 die_routine = routine;
138}
139
140report_fn get_die_message_routine(void)
141{

Callers 5

start_commandFunction · 0.85
start_asyncFunction · 0.85
cmd_mainFunction · 0.85
cmd_mainFunction · 0.85
cmd_fast_importFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected