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

Function cascade_pseudo_merges_1

pack-bitmap.c:1337–1349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1335}
1336
1337static unsigned cascade_pseudo_merges_1(struct bitmap_index *bitmap_git,
1338 struct bitmap *result,
1339 struct bitmap *roots)
1340{
1341 int ret = cascade_pseudo_merges(&bitmap_git->pseudo_merges,
1342 result, roots);
1343 if (ret) {
1344 pseudo_merges_cascades_nr++;
1345 pseudo_merges_satisfied_nr += ret;
1346 }
1347
1348 return ret;
1349}
1350
1351static struct bitmap *find_boundary_objects(struct bitmap_index *bitmap_git,
1352 struct rev_info *revs,

Callers 2

find_boundary_objectsFunction · 0.85
find_objectsFunction · 0.85

Calls 1

cascade_pseudo_mergesFunction · 0.85

Tested by

no test coverage detected