(&self)
| 72 | } |
| 73 | |
| 74 | pub fn bump(&self) -> &'a Bump { |
| 75 | self.bump |
| 76 | } |
| 77 | |
| 78 | pub fn to_source_cursor(&self, cursor: Cursor) -> SourceCursor<'a> { |
| 79 | SourceCursor::from(cursor, cursor.str_slice(self.source_text)) |
no outgoing calls
no test coverage detected