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

Method push

src/bin/evaluate.rs:114–118  ·  view source on GitHub ↗
(&mut self, seed: usize)

Source from the content-addressed store, hash-verified

112 }
113
114 fn push(&mut self, seed: usize) -> Result<()> {
115 let profdata = self.deopt.get_seed_coverage_file(seed)?;
116 self.cover_files.push(profdata);
117 Ok(())
118 }
119
120 fn count_branch(&self) -> Result<usize> {
121 let acc_file = self.get_seeds_accumulated_coverage_file()?;

Calls 1

Tested by

no test coverage detected