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

Method default

hail-fuzz/src/monitor.rs:202–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200
201impl Default for LocalStats {
202 fn default() -> Self {
203 Self { execs: 0, crashes: 0, timeouts: 0, last_sync: Instant::now() }
204 }
205}
206
207impl LocalStats {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected