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

Function debug_checkMinRestoredVersion

fdbrpc/sim_validation.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110bool debug_checkMinRestoredVersion(UID id, int64_t version, std::string context, Severity sev) {
111 if (!g_network->isSimulated() || !g_simulator.extraDatabases.empty())
112 return false;
113 return debug_checkPartRestoredVersion(id, version, context, "min", sev);
114}
115
116bool debug_checkMaxRestoredVersion(UID id, int64_t version, std::string context, Severity sev) {
117 if (!g_network->isSimulated() || !g_simulator.extraDatabases.empty())

Callers 1

Calls 3

isSimulatedMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected