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

Function print_stat_summary

diff.c:2921–2929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2919}
2920
2921void print_stat_summary(FILE *fp, int files,
2922 int insertions, int deletions)
2923{
2924 struct diff_options o;
2925 memset(&o, 0, sizeof(o));
2926 o.file = fp;
2927
2928 print_stat_summary_inserts_deletes(&o, files, insertions, deletions);
2929}
2930
2931/*
2932 * Like utf8_width(), but guaranteed safe for use in loops that subtract

Callers 1

stat_patch_listFunction · 0.85

Calls 1

Tested by

no test coverage detected