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

Method getCurrentVersion

fdbclient/FileBackupAgent.actor.cpp:336–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334 }
335
336 Future<Version> getCurrentVersion(Reference<ReadYourWritesTransaction> tr) {
337 return getCurrentVersion_impl(this, tr);
338 }
339
340 ACTOR static Future<std::string> getProgress_impl(RestoreConfig restore, Reference<ReadYourWritesTransaction> tr);
341 Future<std::string> getProgress(Reference<ReadYourWritesTransaction> tr) { return getProgress_impl(*this, tr); }

Callers 1

getProgress_implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected