| 42 | } |
| 43 | |
| 44 | virtual bool ExecuteForCheckpoint(const int paxos_group_id, const uint64_t instance_id, |
| 45 | const std::string &paxos_value) override { |
| 46 | return true; |
| 47 | } |
| 48 | |
| 49 | virtual const uint64_t GetCheckpointInstanceID(const int paxos_group_id) const override; |
| 50 |
nothing calls this directly
no outgoing calls
no test coverage detected