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

Function filename_changed

combine-diff.c:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33static int filename_changed(char status)
34{
35 return status == 'R' || status == 'C';
36}
37
38static struct combine_diff_path *intersect_paths(
39 struct combine_diff_path *curr,

Callers 1

intersect_pathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected