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

Method append_magic_bytes

src/program/shim.rs:88–91  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

86 }
87
88 fn append_magic_bytes(&mut self) {
89 self.fuzz_seed.extend_from_slice(&self.magic_bytes);
90 self.fuzz_offset += 3;
91 }
92
93 fn append_fuzz_seeds(&mut self, bytes: &[u8]) {
94 self.fuzz_offset += bytes.len();

Callers 2

append_string_varMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected