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

Function child_warn_fn

run-command.c:364–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364static void child_warn_fn(const char *err UNUSED, va_list params UNUSED)
365{
366 const char msg[] = "warn() should not be called in child\n";
367 xwrite(2, msg, sizeof(msg) - 1);
368}
369
370static void NORETURN child_die_fn(const char *err UNUSED, va_list params UNUSED)
371{

Callers

nothing calls this directly

Calls 1

xwriteFunction · 0.85

Tested by

no test coverage detected