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

Function log_trace2

progress.c:350–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350static void log_trace2(struct progress *progress)
351{
352 trace2_data_intmax("progress", progress->repo, "total_objects",
353 progress->total);
354
355 if (progress->throughput)
356 trace2_data_intmax("progress", progress->repo, "total_bytes",
357 progress->throughput->curr_total);
358
359 trace2_region_leave("progress", progress->title, progress->repo);
360}
361
362void stop_progress_msg(struct progress **p_progress, const char *msg)
363{

Callers 1

stop_progress_msgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected