(&mut self, resolve: &Resolve, world: WorldId)
| 725 | } |
| 726 | |
| 727 | fn preprocess(&mut self, resolve: &Resolve, world: WorldId) { |
| 728 | _ = world; |
| 729 | self.sizes.fill(resolve); |
| 730 | self.imports.insert(remote_pkg("runtime")); |
| 731 | } |
| 732 | |
| 733 | fn import_interface( |
| 734 | &mut self, |
nothing calls this directly
no test coverage detected