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

Function BUG_fl

usage.c:353–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353NORETURN void BUG_fl(const char *file, int line, const char *fmt, ...)
354{
355 va_list ap;
356
357 bug_called_must_BUG = 0;
358
359 va_start(ap, fmt);
360 BUG_vfl(file, line, fmt, ap);
361 va_end(ap);
362}
363
364int bug_called_must_BUG;
365void bug_fl(const char *file, int line, const char *fmt, ...)

Callers

nothing calls this directly

Calls 1

BUG_vflFunction · 0.85

Tested by

no test coverage detected