Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
impl 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_path
Method · 0.80
fuzzware_init
Method · 0.80
build_models
Function · 0.80
snapshot
Method · 0.80
add_ctrlc_handler
Function · 0.80
extend_input_by
Function · 0.80
run
Method · 0.80
run
Function · 0.80
fuzzing_loop
Function · 0.80
setup_vm
Function · 0.80
check_exit_state
Method · 0.80
update_input_metadata
Method · 0.80
Calls
1
dyn_clone
Method · 0.80
Tested by
4
run
Function · 0.64
find_input_for_tests
Function · 0.64
parse_groundtruth_csv
Function · 0.64
test_multiblock
Function · 0.64