Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ CheckPointStat
Method
CheckPointStat
phxqueue/store/checkpointstat.cpp:61–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
61
CheckPointStat::CheckPointStat() : impl_(new CheckPointStatImpl()) {}
62
63
CheckPointStat::~CheckPointStat() {
64
if (impl_->buf) munmap(impl_->buf, impl_->len);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected