| 1 | //! The semantic merge engine. |
| 2 | //! |
| 3 | //! Given a [`ConflictGroup`] (two or more competing vertices), the engine: |
| 4 | //! 1. Gets content bytes for each competing vertex from the [`ChangeStore`] |
nothing calls this directly
no outgoing calls
no test coverage detected