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

Function warning

usage.c:311–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311void warning(const char *warn, ...)
312{
313 va_list params;
314
315 va_start(params, warn);
316 warn_routine(warn, params);
317 va_end(params);
318}
319
320/* Only set this, ever, from t/helper/, when verifying that bugs are caught. */
321int BUG_exit_code;

Callers 15

open_midx_bitmap_1Function · 0.85
store_auxFunction · 0.85
setup_explicit_git_dirFunction · 0.85
safe_directory_cbFunction · 0.85
copy_templatesFunction · 0.85
send_filterFunction · 0.85

Calls

no outgoing calls

Tested by 3

client__multipleFunction · 0.68
read_midx_preferred_packFunction · 0.68
do_hammerFunction · 0.68