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

Method is_empty

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

Source from the content-addressed store, hash-verified

43 }
44
45 pub fn is_empty(&self) -> bool {
46 self.entries.is_empty() || (ENABLE_DICTIONARY_WEIGHTS && self.weights.is_none())
47 }
48
49 pub fn add_item(&mut self, item_to_add: &[u8], stride: u8) -> bool {
50 // Skip dictionary entries that are all zeroes, these are already part of the global

Callers 15

from_pathMethod · 0.80
fuzzware_initMethod · 0.80
readMethod · 0.80
writeMethod · 0.80
apply_mutationFunction · 0.80
splice_inputFunction · 0.80
get_non_empty_streamsFunction · 0.80
check_exit_stateMethod · 0.80
startMethod · 0.80
to_bytesMethod · 0.80

Calls

no outgoing calls

Tested by 1

runFunction · 0.64