(&self, ty: TypeId)
| 2525 | } |
| 2526 | |
| 2527 | pub fn is_exported_resource(&self, ty: TypeId) -> bool { |
| 2528 | let ty = dealias(self.resolve, ty); |
| 2529 | self.r#gen.exported_resources.contains(&ty) |
| 2530 | } |
| 2531 | |
| 2532 | fn push_string_name(&mut self) { |
| 2533 | let path = self.path_to_string(); |
no test coverage detected