| 41 | } |
| 42 | |
| 43 | ConfigFactory::~ConfigFactory() {} |
| 44 | |
| 45 | unique_ptr<phxqueue::config::GlobalConfig> ConfigFactory::NewGlobalConfig() { |
| 46 | QLVerb("path %s", impl_->global_config_path.c_str()); |
nothing calls this directly
no outgoing calls
no test coverage detected