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

Method BaseMgr

phxqueue/store/basemgr.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49BaseMgr::BaseMgr(Store *store) : impl_(new BaseMgrImpl()) {
50 impl_->store = store;
51}
52
53BaseMgr::~BaseMgr() {}
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected