(&mut self)
| 2579 | } |
| 2580 | |
| 2581 | pub fn path_to_as_i32(&mut self) -> String { |
| 2582 | self.path_from_runtime_module(RuntimeItem::AsI32, "as_i32") |
| 2583 | } |
| 2584 | |
| 2585 | pub fn path_to_as_i64(&mut self) -> String { |
| 2586 | self.path_from_runtime_module(RuntimeItem::AsI64, "as_i64") |
nothing calls this directly
no test coverage detected