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

Method reset

hail-fuzz/src/p2im_unit_tests.rs:284–287  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

282 }
283
284 fn reset(&mut self) {
285 self.found = false;
286 self.positions.iter_mut().for_each(|p| *p = 0);
287 }
288
289 fn check(&mut self, address: u64) -> bool {
290 if self.found {

Callers 1

find_input_for_testsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected