Get the symbol as a string. `Symbol::as_str()` should be used in preference to this function.
(&self, symbol: UniqueTypeId)
| 119 | // Get the symbol as a string. `Symbol::as_str()` should be used in |
| 120 | // preference to this function. |
| 121 | pub(super) fn get(&self, symbol: UniqueTypeId) -> &str { |
| 122 | self.strings[symbol.0 as usize] |
| 123 | } |
| 124 | } |
| 125 | } |
| 126 | use unique_type_id::*; |
no outgoing calls
no test coverage detected