MCPcopy 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
130string CheckPointStat::GetDir() const {
131 return impl_->dir;
132}
133
134string CheckPointStat::GetFile() const {
135 return impl_->file;

Callers 1

GetCheckpointStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected