(&self)
| 524 | /// Get the new line number. |
| 525 | #[inline] |
| 526 | pub fn new_line_num(&self) -> Option<usize> { |
| 527 | self.new_line_num |
| 528 | } |
| 529 | |
| 530 | /// Set the content range (byte positions in the change content buffer). |
| 531 | /// |
no outgoing calls
no test coverage detected