Number of changes explained by this graph.
(&self)
| 386 | |
| 387 | /// Number of changes explained by this graph. |
| 388 | pub fn change_count(&self) -> usize { |
| 389 | self.changes_explained.len() |
| 390 | } |
| 391 | |
| 392 | /// Check if a specific change is explained by this graph. |
| 393 | pub fn explains_change(&self, hash: &Hash) -> bool { |