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

Method snapshot

icicle-cortexm/src/lib.rs:727–729  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

725 }
726
727 fn snapshot(&mut self) -> Box<dyn std::any::Any> {
728 Box::new((self.saved_prev, FuzzwareSnapshot::take(self.uc_ptr)))
729 }
730
731 fn restore(&mut self, snapshot: &Box<dyn std::any::Any>) {
732 let (saved_prev, fuzzware) =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected