(&mut self)
| 2560 | } |
| 2561 | |
| 2562 | fn path_to_wasm_resource(&mut self) -> String { |
| 2563 | self.path_from_runtime_module(RuntimeItem::ResourceType, "WasmResource") |
| 2564 | } |
| 2565 | |
| 2566 | pub fn path_to_invalid_enum_discriminant(&mut self) -> String { |
| 2567 | self.path_from_runtime_module( |
no test coverage detected