(&mut self)
| 2556 | } |
| 2557 | |
| 2558 | pub fn path_to_resource(&mut self) -> String { |
| 2559 | self.path_from_runtime_module(RuntimeItem::ResourceType, "Resource") |
| 2560 | } |
| 2561 | |
| 2562 | fn path_to_wasm_resource(&mut self) -> String { |
| 2563 | self.path_from_runtime_module(RuntimeItem::ResourceType, "WasmResource") |
no test coverage detected