(&self)
| 159 | /// Returns the logical offset into the run-ends stored by this buffer. |
| 160 | #[inline] |
| 161 | pub fn offset(&self) -> usize { |
| 162 | self.logical_offset |
| 163 | } |
| 164 | |
| 165 | /// Returns the logical length of the run-ends stored by this buffer. |
| 166 | #[inline] |
no outgoing calls
no test coverage detected