(&self)
| 992 | |
| 993 | impl<M: Module + ?Sized> Module for &mut M { |
| 994 | fn isa(&self) -> &dyn isa::TargetIsa { |
| 995 | (**self).isa() |
| 996 | } |
| 997 | |
| 998 | fn declarations(&self) -> &ModuleDeclarations { |
| 999 | (**self).declarations() |
no outgoing calls
no test coverage detected