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

Function diff_free_filespec_data

diff.c:4657–4664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4655}
4656
4657void diff_free_filespec_data(struct diff_filespec *s)
4658{
4659 if (!s)
4660 return;
4661
4662 diff_free_filespec_blob(s);
4663 FREE_AND_NULL(s->cnt_data);
4664}
4665
4666static void prep_temp_blob(struct index_state *istate,
4667 const char *path, struct diff_tempfile *temp,

Callers 10

diffcore_breakFunction · 0.85
free_filespec_dataFunction · 0.85
pickaxe_matchFunction · 0.85
show_dirstatFunction · 0.85
builtin_diffFunction · 0.85
builtin_diffstatFunction · 0.85
builtin_checkdiffFunction · 0.85
free_filespecFunction · 0.85
run_external_diffFunction · 0.85
diff_queue_changeFunction · 0.85

Calls 1

diff_free_filespec_blobFunction · 0.85

Tested by

no test coverage detected