Get all unresolved fork conflict groups.
(&self)
| 113 | |
| 114 | /// Get all unresolved fork conflict groups. |
| 115 | pub fn unresolved_forks(&self) -> &[Vec<VertexId>] { |
| 116 | &self.unresolved_forks |
| 117 | } |
| 118 | |
| 119 | /// Find the fork group a vertex belongs to, if any. |
| 120 | pub fn fork_group_for(&self, vid: VertexId) -> Option<&[VertexId]> { |
no outgoing calls
no test coverage detected