(&mut self, unique_branches: HashMap<String, Vec<Branch>>)
| 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; |
no outgoing calls