(&mut self)
| 527 | } |
| 528 | |
| 529 | fn new_path_id(&mut self) -> EdgeWeight { |
| 530 | self.path_count += 1; |
| 531 | self.path_count as EdgeWeight |
| 532 | } |
| 533 | |
| 534 | fn swith_to_path(&mut self, path_id: usize) { |
| 535 | self.path_id = path_id; |
no outgoing calls
no test coverage detected