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

Method set_unique_branches

src/program/mod.rs:86–88  ·  view source on GitHub ↗
(&mut self, unique_branches: HashMap<String, Vec<Branch>>)

Source from the content-addressed store, hash-verified

84 }
85
86 pub fn set_unique_branches(&mut self, unique_branches: HashMap<String, Vec<Branch>>) {
87 self.unique_branches = unique_branches;
88 }
89
90 pub fn get_nr_unique_branches(&self) -> usize {
91 let mut nr_branches = 0;

Callers 4

test_update_prompt_queueFunction · 0.80
update_qualityMethod · 0.80
update_qualityMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_update_prompt_queueFunction · 0.64