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

Function debug_advanceVersionTimestamp

fdbrpc/sim_validation.cpp:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 checkRelocationDuration = check;
130}
131void debug_advanceVersionTimestamp(int64_t version, double t) {
132 if (!g_network->isSimulated() || !g_simulator.extraDatabases.empty())
133 return;
134 timedVersionsValidationData[version] = t;
135}
136
137bool debug_checkVersionTime(int64_t version, double t, std::string context, Severity sev) {
138 if (!g_network->isSimulated() || !g_simulator.extraDatabases.empty())

Callers 1

Calls 2

isSimulatedMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected