(self, trunk_id: TrunkId)
| 438 | /// Sets the trunk as the primary entity. |
| 439 | #[inline] |
| 440 | pub fn trunk(self, trunk_id: TrunkId) -> Self { |
| 441 | self.entity(ConflictEntity::Trunk(trunk_id)) |
| 442 | } |
| 443 | |
| 444 | /// Sets the branch as the primary entity. |
| 445 | #[inline] |
no test coverage detected