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

Method new

hail-fuzz/src/load_resizer.rs:45–47  ·  view source on GitHub ↗
(mmio_ref: IoHandler, multiblock: bool, optimize_upper_bits: bool)

Source from the content-addressed store, hash-verified

43
44impl LoadResizeInjector {
45 pub fn new(mmio_ref: IoHandler, multiblock: bool, optimize_upper_bits: bool) -> Self {
46 Self { mmio_ref, optimize_upper_bits, resizer: LoadResizer::new(multiblock) }
47 }
48
49 pub fn mark_as_temporary(&mut self, var: pcode::VarId) {
50 self.resizer.state.extra_temps.insert(var);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected