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

Function child_error_fn

run-command.c:358–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358static void child_error_fn(const char *err UNUSED, va_list params UNUSED)
359{
360 const char msg[] = "error() should not be called in child\n";
361 xwrite(2, msg, sizeof(msg) - 1);
362}
363
364static void child_warn_fn(const char *err UNUSED, va_list params UNUSED)
365{

Callers

nothing calls this directly

Calls 1

xwriteFunction · 0.85

Tested by

no test coverage detected