Check if the view is empty (has no changes).
(&self)
| 53 | |
| 54 | /// Check if the view is empty (has no changes). |
| 55 | pub fn is_empty(&self) -> bool { |
| 56 | self.change_count == 0 |
| 57 | } |
| 58 | |
| 59 | /// Get a human-readable label for the view scope. |
| 60 | pub fn kind_label(&self) -> &str { |
no outgoing calls