| 114 | } |
| 115 | |
| 116 | bool debug_checkMaxRestoredVersion(UID id, int64_t version, std::string context, Severity sev) { |
| 117 | if (!g_network->isSimulated() || !g_simulator.extraDatabases.empty()) |
| 118 | return false; |
| 119 | return debug_checkPartRestoredVersion(id, version, context, "max", sev); |
| 120 | } |
| 121 | |
| 122 | static bool checkRelocationDuration; |
| 123 |
no test coverage detected