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

Method as_mut_any

hail-fuzz/src/debugging/trace.rs:42–44  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

40 self
41 }
42 fn as_mut_any(&mut self) -> &mut dyn std::any::Any {
43 self
44 }
45 fn dyn_clone(&self) -> Box<dyn IoTracerAny> {
46 Box::new(self.clone())
47 }

Callers 6

get_mmio_handlerMethod · 0.80
initialize_vmMethod · 0.80
push_stackFunction · 0.80
pop_stackFunction · 0.80
injectMethod · 0.80
newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected