Returns the configuration file loaded by this context.
(&self)
| 179 | |
| 180 | /// Returns the configuration file loaded by this context. |
| 181 | pub fn config_file(&self) -> &ConfigFile { |
| 182 | &self.config_file |
| 183 | } |
| 184 | |
| 185 | /// Returns the output_formatter associated with this context. |
| 186 | pub fn output_formatter(&self) -> &OutputFormatter { |
no outgoing calls
no test coverage detected