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

Method StoreConfig

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected