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

Function set_error_routine

usage.c:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void set_error_routine(report_fn routine)
146{
147 error_routine = routine;
148}
149
150report_fn get_error_routine(void)
151{

Callers 4

child_err_spewFunction · 0.85
start_commandFunction · 0.85
check_apply_stateFunction · 0.85
apply_all_patchesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected