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

Method clear

hail-fuzz/src/debugging/trace.rs:169–172  ·  view source on GitHub ↗
(&self, vm: &mut icicle_vm::Vm)

Source from the content-addressed store, hash-verified

167 }
168
169 pub fn clear(&self, vm: &mut icicle_vm::Vm) {
170 let path_tracer = vm.cpu.get_hook_mut(self.0);
171 path_tracer.data_mut::<PathTracer>().unwrap().blocks.clear();
172 }
173
174 pub fn print_last_blocks(&self, vm: &mut icicle_vm::Vm, count: usize) -> String {
175 use std::fmt::Write;

Callers 8

analyze_crashesFunction · 0.45
restoreMethod · 0.45
resetMethod · 0.45
find_matchMethod · 0.45
find_prefix_matchMethod · 0.45
next_rangeMethod · 0.45
next_replacementMethod · 0.45
apply_extendedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected