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

Function possible_renames

merge-ort.c:3240–3246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3238}
3239
3240static inline int possible_renames(struct rename_info *renames)
3241{
3242 return possible_side_renames(renames, 1) ||
3243 possible_side_renames(renames, 2) ||
3244 !strmap_empty(&renames->cached_pairs[1]) ||
3245 !strmap_empty(&renames->cached_pairs[2]);
3246}
3247
3248static void resolve_diffpair_statuses(struct diff_queue_struct *q)
3249{

Callers 1

Calls 2

possible_side_renamesFunction · 0.85
strmap_emptyFunction · 0.85

Tested by

no test coverage detected