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

Method dyn_clone

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

Source from the content-addressed store, hash-verified

43 self
44 }
45 fn dyn_clone(&self) -> Box<dyn IoTracerAny> {
46 Box::new(self.clone())
47 }
48}
49
50#[derive(Clone)]

Callers 1

cloneMethod · 0.80

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected