(self, branch_id: BranchId)
| 444 | /// Sets the branch as the primary entity. |
| 445 | #[inline] |
| 446 | pub fn branch(self, branch_id: BranchId) -> Self { |
| 447 | self.entity(ConflictEntity::Branch(branch_id)) |
| 448 | } |
| 449 | |
| 450 | /// Sets the leaf as the primary entity. |
| 451 | #[inline] |