Return a reference to the underlying change store.
(&self)
| 61 | |
| 62 | /// Return a reference to the underlying change store. |
| 63 | pub fn change_store(&self) -> &'a C { |
| 64 | self.changes |
| 65 | } |
| 66 | |
| 67 | /// Attempt to merge a conflict group using token-level semantics. |
| 68 | /// |
no outgoing calls