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

Method default

hail-fuzz/src/queue.rs:79–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77
78impl<D> Default for CorpusStore<D> {
79 fn default() -> Self {
80 Self {
81 test_cases: Default::default(),
82 last_save_cases: Default::default(),
83 last_save_time: Instant::now(),
84 replaced: vec![],
85 coverage_hits: HashMap::default(),
86 metadata: Default::default(),
87 start_time: Instant::now(),
88 }
89 }
90}
91
92impl<D> CorpusStore<D> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected