MCPcopy Create free account
hub / github.com/apple/foundationdb / debug_checkMaxRestoredVersion

Function debug_checkMaxRestoredVersion

fdbrpc/sim_validation.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116bool 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
122static bool checkRelocationDuration;
123

Callers 1

Future<Void> recoverFromFunction · 0.85

Calls 3

isSimulatedMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected