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

Method reset

hail-fuzz/src/i2s/finder.rs:223–227  ·  view source on GitHub ↗
(&mut self, offset: usize)

Source from the content-addressed store, hash-verified

221 }
222
223 pub(crate) fn reset(&mut self, offset: usize) {
224 self.offset = offset;
225 self.replacement.clear();
226 self.extended_replacement.clear();
227 }
228
229 /// Returns the value that we will replace in `dst`
230 pub(crate) fn get_value_to_replace<'a>(&self, dst: &'a [u8]) -> &'a [u8] {

Callers 5

save_block_coverageFunction · 0.45
test_stride_on_u16Function · 0.45
random_replaceMethod · 0.45
runMethod · 0.45
next_replacementMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by 1

test_stride_on_u16Function · 0.36