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

Method delete_seed_from_queue

src/deopt.rs:28–30  ·  view source on GitHub ↗
(&mut self, seed: &Program)

Source from the content-addressed store, hash-verified

26
27impl Deopt {
28 pub fn delete_seed_from_queue(&mut self, seed: &Program) {
29 self.seed_queue.retain(|x| x.id != seed.id)
30 }
31
32 pub fn get_seed_from_queue(&self, seed_id: usize) -> &Program {
33 for seed in &self.seed_queue {

Callers 1

recheck_seedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected