Whether vertex aliveness uses the deletion-aware (filtered) logic.
(&self)
| 164 | |
| 165 | /// Whether vertex aliveness uses the deletion-aware (filtered) logic. |
| 166 | pub(crate) fn deletion_aware(&self) -> bool { |
| 167 | self.change_filter.is_some() || self.deletions_final |
| 168 | } |
| 169 | |
| 170 | /// Check if a change ID passes the filter. |
| 171 | /// |
no outgoing calls
no test coverage detected