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

Method restore

hail-fuzz/src/debugging/trace.rs:66–68  ·  view source on GitHub ↗
(&mut self, snapshot: &Box<dyn std::any::Any>)

Source from the content-addressed store, hash-verified

64 }
65
66 fn restore(&mut self, snapshot: &Box<dyn std::any::Any>) {
67 self.clone_from(snapshot.downcast_ref().unwrap());
68 }
69}
70
71pub type PathTracerSnapshot = Vec<TraceEntry>;

Callers 3

save_block_coverageFunction · 0.45
replay_benchFunction · 0.45
analyze_crashesFunction · 0.45

Calls 2

clone_fromMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected