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