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

Method ConfigFactory

phxqueue_phxrpc/plugin/configfactory.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38ConfigFactory::ConfigFactory(const string &global_config_path)
39 : phxqueue::plugin::ConfigFactory(), impl_(new ConfigFactoryImpl()) {
40 impl_->global_config_path = global_config_path;
41}
42
43ConfigFactory::~ConfigFactory() {}
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected