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

Function debug_advanceMinCommittedVersion

fdbrpc/sim_validation.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void debug_advanceMinCommittedVersion(UID id, int64_t version) {
54 if (!g_network->isSimulated() || !g_simulator.extraDatabases.empty())
55 return;
56 debug_advanceVersion(id, version, "min");
57}
58
59void debug_advanceMaxCommittedVersion(UID id, int64_t version) {
60 if (!g_network->isSimulated() || !g_simulator.extraDatabases.empty())

Callers 4

Future<Void> replyFunction · 0.85

Calls 3

debug_advanceVersionFunction · 0.85
isSimulatedMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected