Get a reference to the conflicts detected so far.
(&self)
| 211 | |
| 212 | /// Get a reference to the conflicts detected so far. |
| 213 | pub fn conflicts(&self) -> &[FileConflict] { |
| 214 | &self.conflicts |
| 215 | } |
| 216 | |
| 217 | /// Take ownership of the detected conflicts. |
| 218 | /// |
no outgoing calls