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

Function free_diffstat_file

diff.c:3496–3502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3494}
3495
3496static void free_diffstat_file(struct diffstat_file *f)
3497{
3498 free(f->print_name);
3499 free(f->name);
3500 free(f->from_name);
3501 free(f);
3502}
3503
3504void free_diffstat_info(struct diffstat_t *diffstat)
3505{

Callers 2

free_diffstat_infoFunction · 0.85
builtin_diffstatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected