| 38 | } |
| 39 | |
| 40 | void debug_advanceCommittedVersions(UID id, int64_t minVersion, int64_t maxVersion) { |
| 41 | debug_advanceMinCommittedVersion(id, minVersion); |
| 42 | debug_advanceMaxCommittedVersion(id, maxVersion); |
| 43 | } |
| 44 | |
| 45 | void debug_advanceVersion(UID id, int64_t version, const char* suffix) { |
| 46 | if (!disabledMachines.count(id)) { |
nothing calls this directly
no test coverage detected