MCPcopy Create free account
hub / github.com/Tencent/phxqueue / ~CheckPointStat

Method ~CheckPointStat

phxqueue/store/checkpointstat.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61CheckPointStat::CheckPointStat() : impl_(new CheckPointStatImpl()) {}
62
63CheckPointStat::~CheckPointStat() {
64 if (impl_->buf) munmap(impl_->buf, impl_->len);
65}
66
67comm::RetCode CheckPointStat::Init(const string &dir, const string &file) {
68 if (dir.empty() || file.empty())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected