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

Method SetConfigFactoryCreateFunc

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

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected