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

Class Dictionary

hail-fuzz/src/dictionary.rs:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17#[derive(Default)]
18pub struct Dictionary {
19 pub entries: HashMap<u64, DictionaryItem>,
20 weights: Option<rand_distr::WeightedAliasIndex<f32>>,
21}
22
23/// EXPERIMENT: try to avoid rarely seen comparison operands (which could be dumped from invalid
24/// pointers) so that interesting comparisons are tried more frequently.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected