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

Function warn_builtin

usage.c:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97static void warn_builtin(const char *warn, va_list params)
98{
99 trace2_cmd_error_va(warn, params);
100
101 vreportf(_("warning: "), warn, params);
102}
103
104static int die_is_recursing_builtin(void)
105{

Callers

nothing calls this directly

Calls 1

vreportfFunction · 0.85

Tested by

no test coverage detected