(&mut self)
| 2571 | } |
| 2572 | |
| 2573 | pub fn path_to_string_lift(&mut self) -> String { |
| 2574 | self.path_from_runtime_module(RuntimeItem::StringLift, "string_lift") |
| 2575 | } |
| 2576 | |
| 2577 | pub fn path_to_cabi_dealloc(&mut self) -> String { |
| 2578 | self.path_from_runtime_module(RuntimeItem::CabiDealloc, "cabi_dealloc") |
nothing calls this directly
no test coverage detected