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

Method as_any

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

Source from the content-addressed store, hash-verified

37
38impl<T: IoTracer + Send + Sync + 'static + Clone> IoTracerAny for T {
39 fn as_any(&self) -> &dyn std::any::Any {
40 self
41 }
42 fn as_mut_any(&mut self) -> &mut dyn std::any::Any {
43 self
44 }

Callers 3

replayFunction · 0.45
callMethod · 0.45
get_mmio_readsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected