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

Class DictionaryRef

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

Source from the content-addressed store, hash-verified

102
103#[derive(Copy, Clone)]
104pub struct DictionaryRef<'a> {
105 pub local: &'a Dictionary,
106 pub global: &'a Dictionary,
107}
108
109impl<'a> DictionaryRef<'a> {
110 pub fn choose<R: Rng>(&self, rng: &mut R) -> (&'a [u8], u8) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected