Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ CheckPointStatItem_t
Class
CheckPointStatItem_t
phxqueue/store/checkpointstat.cpp:40–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
40
struct CheckPointStatItem_t {
41
uint32_t magic;
42
uint64_t cp;
43
char reserved[20];
44
};
45
46
47
class CheckPointStat::CheckPointStatImpl {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected