| 237 | } |
| 238 | |
| 239 | struct LocalLifter { |
| 240 | code: icicle_vm::cpu::BlockTable, |
| 241 | lifter: lifter::BlockLifter, |
| 242 | } |
| 243 | |
| 244 | impl LocalLifter { |
| 245 | /// Attempts to get the block at `target` from `code` or lifts it if it doesn't exist. |
nothing calls this directly
no outgoing calls
no test coverage detected