| 46 | const std::vector<proto::LockKeyInfo> &lock_key_infos); |
| 47 | |
| 48 | class CleanThreadImpl; |
| 49 | std::unique_ptr<CleanThreadImpl> impl_; |
| 50 | uint64_t last_clean_lock_ms_{0}; |
| 51 | uint64_t last_write_restart_checkpoint_ms_{0}; |
nothing calls this directly
no outgoing calls
no test coverage detected