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

Method clone_from

hail-fuzz/src/input.rs:26–30  ·  view source on GitHub ↗
(&mut self, source: &Self)

Source from the content-addressed store, hash-verified

24 }
25
26 fn clone_from(&mut self, source: &Self) {
27 self.bytes.clone_from(&source.bytes);
28 self.cursor = source.cursor;
29 self.sizes = source.sizes;
30 }
31}
32
33impl StreamData {

Callers 15

restoreMethod · 0.80
runMethod · 0.80
copy_current_inputMethod · 0.80
update_input_metadataMethod · 0.80
write_input_to_targetMethod · 0.80
auto_trim_inputMethod · 0.80
fuzz_oneMethod · 0.80
exec_oneMethod · 0.80
prepare_new_inputMethod · 0.80
find_input_for_testsFunction · 0.80
replace_inputMethod · 0.80
save_block_coverageFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by 1

find_input_for_testsFunction · 0.64