MCPcopy Create free account
hub / github.com/Tencent/phxqueue / GetCheckPointStat

Method GetCheckPointStat

phxqueue/store/checkpointstat.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180CheckPointStat *CheckPointStatMgr::GetCheckPointStat(const int paxos_group_id) {
181 if (paxos_group_id >= impl_->nstat) return nullptr;
182 return &impl_->stats[paxos_group_id];
183}
184
185
186} // namespace store

Callers 5

GetMethod · 0.80
GetCheckpointStateMethod · 0.80
LoadCheckpointStateMethod · 0.80
DumpCheckPointMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected