| 57 | } |
| 58 | |
| 59 | void debug_advanceMaxCommittedVersion(UID id, int64_t version) { |
| 60 | if (!g_network->isSimulated() || !g_simulator.extraDatabases.empty()) |
| 61 | return; |
| 62 | debug_advanceVersion(id, version, "max"); |
| 63 | } |
| 64 | |
| 65 | bool debug_checkPartRestoredVersion(UID id, |
| 66 | int64_t version, |
no test coverage detected