Check if the view is empty (has no changes).
(&self)
| 45 | |
| 46 | /// Check if the view is empty (has no changes). |
| 47 | pub fn is_empty(&self) -> bool { |
| 48 | self.change_count == 0 |
| 49 | } |
| 50 | |
| 51 | /// Get a human-readable label for the view scope. |
| 52 | pub fn kind_label(&self) -> &str { |
no outgoing calls