MCPcopy Index your code
hub / github.com/git/git / error

Function error

usage.c:291–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289
290#undef error
291int error(const char *err, ...)
292{
293 va_list params;
294
295 va_start(params, err);
296 error_routine(err, params);
297 va_end(params);
298 return -1;
299}
300
301void warning_errno(const char *warn, ...)
302{

Callers 15

read_bitmapFunction · 0.85
load_bitmap_headerFunction · 0.85
store_bitmapFunction · 0.85
load_bitmap_entries_v1Function · 0.85
open_midx_bitmap_1Function · 0.85
lazy_bitmap_for_commitFunction · 0.85
verify_bitmap_fileFunction · 0.85
handle_path_includeFunction · 0.85

Calls

no outgoing calls

Tested by 15

daemon__run_serverFunction · 0.68
daemon__start_serverFunction · 0.68
client__probe_serverFunction · 0.68
client__send_ipcFunction · 0.68
client__stop_serverFunction · 0.68
do_sendbytesFunction · 0.68
mode34_callbackFunction · 0.68
cmd__parse_options_flagsFunction · 0.68
cmd__parse_subcommandFunction · 0.68
read_midx_fileFunction · 0.68