Check if this zombie has been resolved. A zombie is resolved when there are no more live connections from unknown changes.
(&self)
| 151 | /// A zombie is resolved when there are no more live connections |
| 152 | /// from unknown changes. |
| 153 | pub fn is_resolved(&self) -> bool { |
| 154 | self.connected_by.is_empty() |
| 155 | } |
| 156 | } |
| 157 | |
| 158 | // Missing Context Conflicts |