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

Method clone

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

Source from the content-addressed store, hash-verified

20
21impl Clone for StreamData {
22 fn clone(&self) -> Self {
23 Self { bytes: self.bytes.clone(), cursor: self.cursor, sizes: self.sizes }
24 }
25
26 fn clone_from(&mut self, source: &Self) {
27 self.bytes.clone_from(&source.bytes);

Callers 15

from_pathMethod · 0.80
fuzzware_initMethod · 0.80
build_modelsFunction · 0.80
snapshotMethod · 0.80
add_ctrlc_handlerFunction · 0.80
extend_input_byFunction · 0.80
runMethod · 0.80
runFunction · 0.80
fuzzing_loopFunction · 0.80
setup_vmFunction · 0.80
check_exit_stateMethod · 0.80
update_input_metadataMethod · 0.80

Calls 1

dyn_cloneMethod · 0.80

Tested by 4

runFunction · 0.64
find_input_for_testsFunction · 0.64
parse_groundtruth_csvFunction · 0.64
test_multiblockFunction · 0.64