Check if the view is empty (has no changes).
(&self)
| 36 | |
| 37 | /// Check if the view is empty (has no changes). |
| 38 | pub fn is_empty(&self) -> bool { |
| 39 | self.change_count == 0 |
| 40 | } |
| 41 | |
| 42 | /// Get a human-readable label for the view scope. |
| 43 | pub fn kind_label(&self) -> &str { |
no outgoing calls
no test coverage detected