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

Function debug_advanceMaxCommittedVersion

fdbrpc/sim_validation.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void 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
65bool debug_checkPartRestoredVersion(UID id,
66 int64_t version,

Calls 3

debug_advanceVersionFunction · 0.85
isSimulatedMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected