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

Method get_seed_coverage_file

src/deopt.rs:517–520  ·  view source on GitHub ↗
(&self, id: usize)

Source from the content-addressed store, hash-verified

515 }
516
517 pub fn get_seed_coverage_file(&self, id: usize) -> Result<PathBuf> {
518 let seed_work_dir = self.get_seed_work_dir_by_id(id)?;
519 Ok(Self::get_coverage_file_by_dir(&seed_work_dir))
520 }
521
522 pub fn get_seed_coverage(&self, seed_id: usize) -> Result<CodeCoverage> {
523 let profdata = self.get_seed_coverage_file(seed_id)?;

Callers 4

get_seed_coverageMethod · 0.80
eval_api_cov_mapFunction · 0.80
pushMethod · 0.80
eval_seed_coverageMethod · 0.80

Calls 1

Tested by

no test coverage detected