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

Method get_init_id_inc

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

Source from the content-addressed store, hash-verified

81 }
82
83 pub fn get_init_id_inc(&mut self) -> usize {
84 self.init_var_id += 1;
85 self.init_var_id
86 }
87
88 fn append_magic_bytes(&mut self) {
89 self.fuzz_seed.extend_from_slice(&self.magic_bytes);

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected