Check if this row has any tracked entities
(&self)
| 278 | |
| 279 | /// Check if this row has any tracked entities |
| 280 | pub fn has_entities(&self) -> bool { |
| 281 | !self.source_entities.is_empty() |
| 282 | } |
| 283 | |
| 284 | /// Get all tracked entities for this row |
| 285 | pub fn get_entities(&self) -> &HashMap<String, EntityId> { |