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

Function debug_advanceCommittedVersions

fdbrpc/sim_validation.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void debug_advanceCommittedVersions(UID id, int64_t minVersion, int64_t maxVersion) {
41 debug_advanceMinCommittedVersion(id, minVersion);
42 debug_advanceMaxCommittedVersion(id, maxVersion);
43}
44
45void debug_advanceVersion(UID id, int64_t version, const char* suffix) {
46 if (!disabledMachines.count(id)) {

Callers

nothing calls this directly

Tested by

no test coverage detected