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

Method LockConfig

phxqueue/config/lockconfig.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33};
34
35LockConfig::LockConfig() : impl_(new LockConfigImpl()){
36 assert(impl_);
37}
38
39LockConfig::~LockConfig() {}
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected