(&self)
| 221 | /// Returns the number of line operations. |
| 222 | #[inline] |
| 223 | pub fn line_count(&self) -> usize { |
| 224 | self.line_ops.len() |
| 225 | } |
| 226 | |
| 227 | /// Returns the total number of token operations across all lines. |
| 228 | pub fn token_count(&self) -> usize { |