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

Method insert_feature

src/feedback/clang_coverage.rs:286–288  ·  view source on GitHub ↗
(&mut self, fe: String)

Source from the content-addressed store, hash-verified

284
285impl GlobalFeature {
286 pub fn insert_feature(&mut self, fe: String) -> bool {
287 self.features.insert(fe)
288 }
289
290 pub fn init_by_corpus(executor: &Executor, fuzzer: &Path) -> Result<Self> {
291 let mut gf = Self::default();

Callers 2

init_by_corpusMethod · 0.80
evolve_corpusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected