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

Method update_input

icicle-cortexm/src/mmio.rs:221–225  ·  view source on GitHub ↗
(&mut self, offset: usize, data: &[u8])

Source from the content-addressed store, hash-verified

219 }
220
221 pub fn update_input(&mut self, offset: usize, data: &[u8]) {
222 self.data.clear();
223 self.data.extend_from_slice(data);
224 self.offset = offset;
225 }
226}
227
228impl IoMemory for GlobalMmioSource {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected