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

Function die_message_errno

usage.c:267–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265
266#undef die_message_errno
267int die_message_errno(const char *fmt, ...)
268{
269 char buf[1024];
270 va_list params;
271
272 va_start(params, fmt);
273 die_message_routine(fmt_with_err(buf, sizeof(buf), fmt), params);
274 va_end(params);
275 return 128;
276}
277
278#undef error_errno
279int error_errno(const char *fmt, ...)

Callers 1

report_last_gc_errorFunction · 0.85

Calls 1

fmt_with_errFunction · 0.85

Tested by

no test coverage detected