Apply this Render Layer to a single Basic Block of Disassembly lines. Modify the lines to change the presentation of the block.
(
&self,
_block: &BasicBlock<NativeBlock>,
lines: Vec<DisassemblyTextLine>,
)
| 190 | /// |
| 191 | /// Modify the lines to change the presentation of the block. |
| 192 | fn apply_to_disassembly_block( |
| 193 | &self, |
| 194 | _block: &BasicBlock<NativeBlock>, |
| 195 | lines: Vec<DisassemblyTextLine>, |
| 196 | ) -> Vec<DisassemblyTextLine> { |
| 197 | lines |
| 198 | } |
| 199 | |
| 200 | /// Apply this Render Layer to a single Basic Block of Low Level IL lines. |
| 201 | /// |
no outgoing calls
no test coverage detected