Returns the initialization function that will be run for wizer.
(&self)
| 164 | |
| 165 | /// Returns the initialization function that will be run for wizer. |
| 166 | pub fn get_init_func(&self) -> &str { |
| 167 | &self.init_func |
| 168 | } |
| 169 | |
| 170 | /// Add a function rename to perform. |
| 171 | pub fn func_rename(&mut self, new_name: &str, old_name: &str) -> &mut Self { |
no outgoing calls
no test coverage detected