Number of changes explained by this graph.
(&self)
| 360 | |
| 361 | /// Number of changes explained by this graph. |
| 362 | pub fn change_count(&self) -> usize { |
| 363 | self.changes_explained.len() |
| 364 | } |
| 365 | |
| 366 | /// Check if a specific change is explained by this graph. |
| 367 | pub fn explains_change(&self, hash: &Hash) -> bool { |