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

Function diff_free_file

diff.c:7144–7150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7142}
7143
7144static void diff_free_file(struct diff_options *options)
7145{
7146 if (options->close_file && options->file) {
7147 fclose(options->file);
7148 options->file = NULL;
7149 }
7150}
7151
7152static void diff_free_ignore_regex(struct diff_options *options)
7153{

Callers 1

diff_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected