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

Function get_error_routine

usage.c:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150report_fn get_error_routine(void)
151{
152 return error_routine;
153}
154
155void set_warn_routine(report_fn routine)
156{

Callers 3

git_die_configFunction · 0.85
child_err_spewFunction · 0.85
check_apply_stateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected