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

Method GlobalConfig

phxqueue/config/globalconfig.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38GlobalConfig::GlobalConfig() : impl_(new GlobalConfigImpl_t()) {
39 assert(impl_);
40}
41
42GlobalConfig::~GlobalConfig() {}
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected