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

Function rp_error

builtin/receive-pack.c:491–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491__attribute__((format (printf, 1, 2)))
492static void rp_error(const char *err, ...)
493{
494 va_list params;
495 va_start(params, err);
496 report_message("error: ", err, params);
497 va_end(params);
498}
499
500static int copy_to_sideband(int in, int out UNUSED, void *arg UNUSED)
501{

Callers 8

run_proc_receive_hookFunction · 0.85
refuse_unconfigured_denyFunction · 0.85
updateFunction · 0.85
execute_commands_atomicFunction · 0.85

Calls 1

report_messageFunction · 0.85

Tested by

no test coverage detected