Check if the view has any changes.
(&self)
| 251 | |
| 252 | /// Check if the view has any changes. |
| 253 | pub fn is_empty(&self) -> bool { |
| 254 | self.change_count == 0 |
| 255 | } |
| 256 | |
| 257 | /// Check if this is the root view (no parent). |
| 258 | #[inline] |
no outgoing calls
no test coverage detected