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

Function diff_free_filepair

diff.c:6400–6405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6398}
6399
6400void diff_free_filepair(struct diff_filepair *p)
6401{
6402 free_filespec(p->one);
6403 free_filespec(p->two);
6404 free(p);
6405}
6406
6407void diff_queue_init(struct diff_queue_struct *q)
6408{

Callers 10

diffcore_rotateFunction · 0.85
line_log_data_clearFunction · 0.85
filter_diffs_for_pathsFunction · 0.85
process_all_filesFunction · 0.85
try_to_follow_renamesFunction · 0.85
pool_diff_free_filepairFunction · 0.85
pickaxeFunction · 0.85
diff_queue_clearFunction · 0.85
diffcore_apply_filterFunction · 0.85

Calls 1

free_filespecFunction · 0.85

Tested by

no test coverage detected