| 147 | }; |
| 148 | |
| 149 | CheckPointStatMgr::CheckPointStatMgr(Store *const store) : impl_(new CheckPointStatMgrImpl()) { |
| 150 | impl_->store = store; |
| 151 | } |
| 152 | |
| 153 | CheckPointStatMgr::~CheckPointStatMgr() {} |
| 154 |
nothing calls this directly
no outgoing calls
no test coverage detected