Looks up the name of the object referred to as `id`.
(&'a self, id: &GlobalId)
| 132 | |
| 133 | /// Looks up the name of the object referred to as `id`. |
| 134 | pub fn get_source_name(&'a self, id: &GlobalId) -> Option<&'a String> { |
| 135 | self.names.get(id) |
| 136 | } |
| 137 | |
| 138 | /// Handles instructions to modify the catalog. |
| 139 | /// |
no test coverage detected