()
| 375 | var configuration configFileSettings |
| 376 | |
| 377 | func GetConfiguration() *Configuration { |
| 378 | return &configuration.Configuration |
| 379 | } |
| 380 | |
| 381 | // ReadConfigFile returns InputSourceContext initialized from the configuration file. |
| 382 | // On repeat calls returns with the same file, returns without reading the file again; however, |
no outgoing calls
no test coverage detected