Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
void set_error_routine(report_fn routine)
146
{
147
error_routine = routine;
148
}
149
150
report_fn get_error_routine(void)
151
{
Callers
4
child_err_spew
Function · 0.85
start_command
Function · 0.85
check_apply_state
Function · 0.85
apply_all_patches
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected