(&mut self)
| 2591 | } |
| 2592 | |
| 2593 | pub fn path_to_as_f64(&mut self) -> String { |
| 2594 | self.path_from_runtime_module(RuntimeItem::AsF64, "as_f64") |
| 2595 | } |
| 2596 | |
| 2597 | pub fn path_to_char_lift(&mut self) -> String { |
| 2598 | self.path_from_runtime_module(RuntimeItem::CharLift, "char_lift") |
nothing calls this directly
no test coverage detected