MCPcopy Create free account
hub / github.com/Tencent/phxqueue / ConfigFactory

Method ConfigFactory

phxqueue/plugin/configfactory.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30class ConfigFactory {
31 public:
32 ConfigFactory() {}
33 virtual ~ConfigFactory() {}
34
35 static void SetConfigFactoryCreateFunc(ConfigFactoryCreateFunc config_factory_create_func) {config_factory_create_func_ = config_factory_create_func;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected