(&mut self)
| 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); |
no outgoing calls
no test coverage detected