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

Method set_input

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

Source from the content-addressed store, hash-verified

213 }
214
215 pub fn set_input(&mut self, data: &[u8]) {
216 self.data.clear();
217 self.data.extend_from_slice(data);
218 self.offset = 0;
219 }
220
221 pub fn update_input(&mut self, offset: usize, data: &[u8]) {
222 self.data.clear();

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected