(&mut self, permutation: Permutation)
| 133 | } |
| 134 | |
| 135 | pub fn add(&mut self, permutation: Permutation) { |
| 136 | self.permutations.push(permutation); |
| 137 | } |
| 138 | |
| 139 | fn add_result( |
| 140 | &mut self, |
nothing calls this directly
no outgoing calls
no test coverage detected