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

Function daemon_die

daemon.c:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142static void NORETURN daemon_die(const char *err, va_list params)
143{
144 logreport(LOG_ERR, err, params);
145 exit(1);
146}
147
148static const char *path_ok(const char *directory, struct hostinfo *hi)
149{

Callers

nothing calls this directly

Calls 1

logreportFunction · 0.85

Tested by

no test coverage detected