(&mut self)
| 2583 | } |
| 2584 | |
| 2585 | pub fn path_to_as_i64(&mut self) -> String { |
| 2586 | self.path_from_runtime_module(RuntimeItem::AsI64, "as_i64") |
| 2587 | } |
| 2588 | |
| 2589 | pub fn path_to_as_f32(&mut self) -> String { |
| 2590 | self.path_from_runtime_module(RuntimeItem::AsF32, "as_f32") |
nothing calls this directly
no test coverage detected