(&self)
| 553 | /// globalization. This range corresponds to the graph vertex positions. |
| 554 | #[inline] |
| 555 | pub fn content_range(&self) -> Option<(ChangePosition, ChangePosition)> { |
| 556 | self.content_range |
| 557 | } |
| 558 | |
| 559 | /// Check if this line operation has been enriched with graph positions. |
| 560 | #[inline] |
no outgoing calls