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

Function trace_argv_printf_fl

trace.c:242–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void trace_argv_printf_fl(const char *file, int line, const char **argv,
243 const char *format, ...)
244{
245 va_list ap;
246 va_start(ap, format);
247 trace_argv_vprintf_fl(file, line, argv, format, ap);
248 va_end(ap);
249}
250
251void trace_performance_fl(const char *file, int line, uint64_t nanos,
252 const char *format, ...)

Callers

nothing calls this directly

Calls 1

trace_argv_vprintf_flFunction · 0.85

Tested by

no test coverage detected