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

Method CheckPointStatMgr

phxqueue/store/checkpointstat.cpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147};
148
149CheckPointStatMgr::CheckPointStatMgr(Store *const store) : impl_(new CheckPointStatMgrImpl()) {
150 impl_->store = store;
151}
152
153CheckPointStatMgr::~CheckPointStatMgr() {}
154

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected