MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / append_fuzz_seeds

Method append_fuzz_seeds

src/program/shim.rs:93–96  ·  view source on GitHub ↗
(&mut self, bytes: &[u8])

Source from the content-addressed store, hash-verified

91 }
92
93 fn append_fuzz_seeds(&mut self, bytes: &[u8]) {
94 self.fuzz_offset += bytes.len();
95 self.fuzz_seed.extend(bytes);
96 }
97
98 fn append_fuzz_seeds_with_magic(&mut self, bytes: &[u8]) {
99 self.fuzz_offset += bytes.len();

Callers 6

append_string_varMethod · 0.80
append_char_varMethod · 0.80
append_uchar_varMethod · 0.80
append_float_varMethod · 0.80
append_double_varMethod · 0.80
append_integer_varMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected