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

Function possible_side_renames

merge-ort.c:3233–3238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3231}
3232
3233static inline int possible_side_renames(struct rename_info *renames,
3234 unsigned side_index)
3235{
3236 return renames->pairs[side_index].nr > 0 &&
3237 !strintmap_empty(&renames->relevant_sources[side_index]);
3238}
3239
3240static inline int possible_renames(struct rename_info *renames)
3241{

Callers 2

possible_renamesFunction · 0.85
detect_regular_renamesFunction · 0.85

Calls 1

strintmap_emptyFunction · 0.85

Tested by

no test coverage detected