Get the file path where this conflict occurs.
(&self)
| 299 | |
| 300 | /// Get the file path where this conflict occurs. |
| 301 | pub fn path(&self) -> &str { |
| 302 | &self.path |
| 303 | } |
| 304 | |
| 305 | /// Get the conflict type. |
| 306 | pub fn conflict_type(&self) -> ConflictType { |
no outgoing calls