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

Function error_builtin

usage.c:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90static void error_builtin(const char *err, va_list params)
91{
92 trace2_cmd_error_va(err, params);
93
94 vreportf(_("error: "), err, params);
95}
96
97static void warn_builtin(const char *warn, va_list params)
98{

Callers

nothing calls this directly

Calls 1

vreportfFunction · 0.85

Tested by

no test coverage detected