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

Function free_diffstat_info

diff.c:3504–3510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3502}
3503
3504void free_diffstat_info(struct diffstat_t *diffstat)
3505{
3506 int i;
3507 for (i = 0; i < diffstat->nr; i++)
3508 free_diffstat_file(diffstat->files[i]);
3509 free(diffstat->files);
3510}
3511
3512struct checkdiff_t {
3513 const char *filename;

Callers 2

collect_changes_cbFunction · 0.85
diff_flushFunction · 0.85

Calls 1

free_diffstat_fileFunction · 0.85

Tested by

no test coverage detected