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

Method iter_function_covs

src/feedback/clang_coverage.rs:209–212  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

207 }
208
209 pub fn iter_function_covs(&self) -> core::slice::Iter<'_, CovFunction> {
210 let iter = self.data[0].functions.iter();
211 iter
212 }
213
214 pub fn set_fuzzer_lines(mut self, cov_lines: Vec<CovLine>) -> Self {
215 self.data[0].fuzzer_lines = cov_lines;

Callers 2

initMethod · 0.80
has_newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected