(mut self, filename: S)
| 142 | } |
| 143 | |
| 144 | pub fn file_aux<S: AsRef<str>>(mut self, filename: S) -> Self { |
| 145 | self.params.file_aux = filename.as_ref().to_string(); |
| 146 | self |
| 147 | } |
| 148 | |
| 149 | pub fn file_anc<S: AsRef<str>>(mut self, filename: S) -> Self { |
| 150 | self.params.file_anc = filename.as_ref().to_string(); |
nothing calls this directly
no outgoing calls
no test coverage detected