Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ GetDir
Method
GetDir
phxqueue/store/checkpointstat.cpp:130–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
129
130
string CheckPointStat::GetDir() const {
131
return impl_->dir;
132
}
133
134
string CheckPointStat::GetFile() const {
135
return impl_->file;
Callers
1
GetCheckpointState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected