(&self)
| 329 | /// Returns `true` if this conflict has been resolved. |
| 330 | #[inline] |
| 331 | pub fn is_resolved(&self) -> bool { |
| 332 | self.resolved |
| 333 | } |
| 334 | |
| 335 | /// Returns the resolution notes, if any. |
| 336 | #[inline] |
no outgoing calls
no test coverage detected