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

Method total_bytes

hail-fuzz/src/input.rs:127–129  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

125 }
126
127 pub fn total_bytes(&self) -> usize {
128 self.streams.values().map(|x| x.bytes.len()).sum()
129 }
130
131 pub fn count_non_empty_streams(&self) -> usize {
132 self.streams.iter().filter(|(_, data)| !data.bytes.is_empty()).count()

Callers 10

runMethod · 0.80
check_exit_stateMethod · 0.80
update_input_metadataMethod · 0.80
calculate_energyFunction · 0.80
extend_current_inputMethod · 0.80
replace_inputMethod · 0.80
add_if_interestingMethod · 0.80
current_state_is_favoredFunction · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected