(&self)
| 83 | |
| 84 | #[allow(unused)] |
| 85 | fn disassemble(&self) { |
| 86 | self.closure |
| 87 | .function |
| 88 | .disassemble(self.closure.function.name.unwrap().display_lossy()); |
| 89 | } |
| 90 | |
| 91 | #[allow(unused)] |
| 92 | fn disassemble_instruction(&self, offset: usize) { |
no test coverage detected