| 33 | virtual ~ConfigFactory() {} |
| 34 | |
| 35 | static void SetConfigFactoryCreateFunc(ConfigFactoryCreateFunc config_factory_create_func) {config_factory_create_func_ = config_factory_create_func;} |
| 36 | |
| 37 | static ConfigFactory *GetInstance() { |
| 38 | static ConfigFactory *cf = nullptr; |
nothing calls this directly
no outgoing calls
no test coverage detected