Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
GlobalConfig::GlobalConfig() : impl_(new GlobalConfigImpl_t()) {
39
assert(impl_);
40
}
41
42
GlobalConfig::~GlobalConfig() {}
43
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected