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

Method as_any

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

Source from the content-addressed store, hash-verified

41
42impl<T: Coverage + 'static> CoverageAny for T {
43 fn as_any(&self) -> &dyn std::any::Any {
44 self
45 }
46}
47
48/// Count all bits (i.e. ones) within an array

Callers 2

logMethod · 0.45
trace_new_bitsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected