Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
impl StreamData {
Callers
15
restore
Method · 0.80
run
Method · 0.80
copy_current_input
Method · 0.80
update_input_metadata
Method · 0.80
write_input_to_target
Method · 0.80
auto_trim_input
Method · 0.80
fuzz_one
Method · 0.80
exec_one
Method · 0.80
prepare_new_input
Method · 0.80
find_input_for_tests
Function · 0.80
replace_input
Method · 0.80
save_block_coverage
Function · 0.80
Calls
1
clear
Method · 0.45
Tested by
1
find_input_for_tests
Function · 0.64