| 178 | } |
| 179 | |
| 180 | CheckPointStat *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 |
no outgoing calls
no test coverage detected