MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / LocalLifter

Class LocalLifter

hail-fuzz/src/load_resizer.rs:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected