Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_handler
Method · 0.80
initialize_vm
Method · 0.80
push_stack
Function · 0.80
pop_stack
Function · 0.80
inject
Method · 0.80
new
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected