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

Function vreportf

usage.c:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40static void vreportf(const char *prefix, const char *err, va_list params)
41{
42 vfreportf(stderr, prefix, err, params);
43}
44
45static NORETURN void usage_builtin(const char *err, va_list params)
46{

Callers 5

usage_builtinFunction · 0.85
die_message_builtinFunction · 0.85
error_builtinFunction · 0.85
warn_builtinFunction · 0.85
BUG_vfl_commonFunction · 0.85

Calls 1

vfreportfFunction · 0.85

Tested by

no test coverage detected